emscripten-core/emscripten
Vedi su GitHubFETCH=1 + USE_PTHREADS=1 is not fully supported by wasm backend
Open
#7024 aperta il 21 ago 2018
help wanted
Metriche repository
- Star
- (27.361 star)
- Metriche merge PR
- (Merge medio 19g 10h) (147 PR mergiate in 30 g)
Descrizione
This currently generates and error message: FETCH+USE_PTHREADS not yet compatible with wasm (shared.make_fetch_worker is asm.js-specific)
I guess we need to port shared.make_fetch_worker to wasm?