Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Wasm32-unknown-unknown, threads & wasm-bindgen
Hello,
Everything I've found on this topic is at a minimum years old, and/or locked. With how the state of web-tech is always moving, I figured asking for the latest wouldn't be unreasonable.
From the digging I've done, these are the assumptions I've made:
wasm32-unknown-unknown
does not support wasm threads.wasm-bindgen
does not support threads.wasm32-wasip1
does not support threads, but there's a -threads
target which does.wasm-bindgen
requires wasm32-unknown-unknown
(or is at least considered poorly supported otherwise).So my questions are,
1 post - 1 participant
🏷️ Rust_feed