emscripten-core / emscripten-core/emscripten
MODULARIZE + WASM=0 + pthreads does not work
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
For example, running `wasm2js1.test_pthread_proxying_modularize` produces (after #16782 lands)
```
Module.instantiateWasm callback failed with error: TypeError: WebAssembly.Instance(): Argument 0 must be a WebAssembly.Module
```
It seems that the wasm2js integration is failing to override the `WebAssembly` object in the worker.
Contributor guide
Assessment
This issue has not been assessed yet.