mazmazz

Results 3 comments of mazmazz

I linked a test package that you can sideload into Edge here: [anti-paywall-9044fce.zip](https://github.com/nextgens/anti-paywall/files/2436500/anti-paywall-9044fce.zip) (or see #103)

Edge extension packaging works. See test package: [anti-paywall-9044fce.zip](https://github.com/nextgens/anti-paywall/files/2436500/anti-paywall-9044fce.zip) I followed the instructions here: * [Using ManifoldJS to create extension AppX packages](https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions) * More info about Dev Center identity keys: [Creating...

@netpipe [See this page](https://github.com/mazmazz/fluidsynth-emscripten/releases/tag/v2.0.2-em-maz) for library builds, based on [this branch](https://github.com/jet2jet/fluidsynth-emscripten/compare/master...mazmazz:maz-emscripten). I think for static, you can pass `emcc -I[path_to_fluidsynth_headers] -L[path_to_fluidsynth.a]`, but I have not tested it. I also built...