You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[Bulk Memory Operations]**|**Yes.**<br/>Enabled by default. |`bulk-memory`|[`wasm_bulk_memory`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_bulk_memory)|
21
21
|**[Reference Types]**|**Yes.**<br/>Enabled by default. |`reference-types`|[`wasm_reference_types`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_reference_types)|
22
22
|**[Fixed-Width SIMD]**|**Yes.**<br/>Enabled by default. |`simd`|[`wasm_simd`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_simd)|
23
-
|**[Threads and Atomics]**|**In progress.**|`threads`|[`wasm_threads`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_threads)|
23
+
|**[Threads and Atomics]**|**Yes.**|`threads`|[`wasm_threads`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_threads)|
0 commit comments