tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

WASM native threads support

Open sinui0 opened this issue 4 months ago • 2 comments

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 target wasm-bindgen officially supports.

We should take a swing at trying to get our WASM binary to compile with native threading enabled.

sinui0 avatar Oct 25 '24 14:10 sinui0