emscripten-core/emscripten
在 GitHub 查看FETCH=1 + USE_PTHREADS=1 is not fully supported by wasm backend
Open
#7,024 创建于 2018年8月21日
help wanted
仓库指标
- Star
- (27,361 star)
- PR 合并指标
- (平均合并 19天 10小时) (30 天内合并 147 个 PR)
描述
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?