emscripten-core/emscripten

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

Open

#7,024 opened on Aug 21, 2018

View on GitHub
 (20 comments) (0 reactions) (1 assignee)C++ (3,519 forks)batch import
help wanted

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (Avg merge 19d 10h) (147 merged PRs in 30d)

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?

Contributor guide