emscripten-core/emscripten

FETCH=1 + USE_PTHREADS=1 is not fully supported by wasm backend

Open

#7,024 创建于 2018年8月21日

在 GitHub 查看
 (20 评论) (0 反应) (1 负责人)C++ (3,519 fork)batch import
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?

贡献者指南