tlsn
tlsn copied to clipboard
WASM native threads support
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.