WASM native threads support #657
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Major browsers/runtimes support native WASM threads now, which is far preferable over using Web Workers for multithreading. However, the
wasm32-unknown-unknown
target does not support the WASM threads extension (AFAIK), which is the only targetwasm-bindgen
officially supports.We should take a swing at trying to get our WASM binary to compile with native threading enabled.
The text was updated successfully, but these errors were encountered: