Module rustc_target::spec::targets::wasm32_wasip1_threads
source · Expand description
The wasm32-wasip1-threads
target is an extension of the wasm32-wasip1
target where threads are enabled by default for all crates. This target
should be considered “in flux” as WASI itself has moved on from “p1” to “p2”
now and threads in “p2” are still under heavy design.
This target inherits most of the other aspects of wasm32-wasip1
.
Historically this target was known as wasm32-wasi-preview1-threads
.