I'm considering removing the public facing `-sSHARED_MEMORY` flag: https://github.com/emscripten-core/emscripten/issues/20803
The upshot would be that users who want shared memory would need to choose to use either wasm workers or pthreads. The use cases for shared memory but without either wasm workers or pthreads seem very limited. If your program doesn't actually use any pthread APIs then IIUC that code size and performance impacts of using `-pthread` should be very minimal. Alexander, WDTY, if we can show minimal impact would your be OK with switching to `-pthread`? cheers, sam On Tuesday, March 8, 2022 at 8:34:32 PM UTC-8 caiiiycuk wrote: > I found error in my build system, so now everything works fine. Thank you! > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/b9e0fb68-0b67-4c0e-9c20-d0cb25c8cbd9n%40googlegroups.com.
