emscripten-core/emscripten
FETCH=1 + USE_PTHREADS=1 is not fully supported by wasm backend
Aberta
#7.024 aberto em 21 de ago. de 2018
help wanted
Métricas do repositório
- Stars
- (27.361 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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?