Hi! I was very happy to discover the HTML5 w32 libraries, and compiled some C++ code that uses FMOD into a (single-threaded) web page using emscripten, linking in the HTML5 w32 libraries, and it worked really well… thanks for that.
I’ve also managed to get some C++ multithreading calls working, configuring the server to support SharedArrayBuffer and enabling pthreads in emscripten. I’d like to use FMOD’s w32 libraries with that code, too, even if FMOD only supports operation on the main thread.
Since one of the emscripten/WASM requirements is that all code linked together has pthreads enabled, I’m wondering if there’s a build of those libraries that has pthreads enabled so I can link them in.