emscripten-core/emscripten
FETCH=1 + USE_PTHREADS=1 is not fully supported by wasm backend
開放
#7,024 建立於 2018年8月21日
help wanted
倉庫指標
- 星標
- (27,361 顆星)
- PR 合併指標
- (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?