Closed sorcio closed 7 months ago
When building on wasm32-unknown-unknown with the nightly feature, parking_lot_core won't compile, with an "unknown feature stdsimd" error.
nightly
stdsimd
stdsimd has been removed. To the best of my understanding, the required WASM atomic operations are behind the stdarch_wasm_atomic_wait flag now.
stdarch_wasm_atomic_wait
When building on wasm32-unknown-unknown with the
nightly
feature, parking_lot_core won't compile, with an "unknown featurestdsimd
" error.stdsimd
has been removed. To the best of my understanding, the required WASM atomic operations are behind thestdarch_wasm_atomic_wait
flag now.