Sam Clegg
Sam Clegg
I think JSPI is currently on the list of features not-yet-support in emscripten's ESM integration mode. We can probably make it with either with or without this declarative syntax, but...
> How would you make it work without a declarative solution like this? I was thinking of two possible options: Option 1: Generate code that add wrappers: ``` import {...
Whats happening here is not so much that the main thread is being re-entered, but that the main thread runs its work queue while its sleeping. The main thread never...
> Thanks for the clarification @sbc100 . This is by design then. But it may cause many unexpected behaviors. For example, one can never expect that main thread work queue...
You can add `-sNODERAWFS` to your link flags somehow. One way to do this would be to add it to `CMAKE_EXE_LINKER_FLAGS`.. but there are other ways to do this too....
It seems I don't have the permissions on this repo.