From b9de8eb3e296c2e14d27b23dc151f8cc6c8cec3c Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Tue, 19 Apr 2022 08:47:14 -0500 Subject: [PATCH] docs: SIMD proposal is enabled by default. (#4050) Missed in #3601. Signed-off-by: Piotr Sikora --- docs/stability-wasm-proposals-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stability-wasm-proposals-support.md b/docs/stability-wasm-proposals-support.md index 13dbf978ae..2aedff6631 100644 --- a/docs/stability-wasm-proposals-support.md +++ b/docs/stability-wasm-proposals-support.md @@ -19,7 +19,7 @@ vetted](./contributing-implementing-wasm-proposals.html). | **[Multi-Value]** | **Yes.**
Enabled by default. | `--enable-multi-value` | [`wasm_multi_value`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_multi_value) | | **[Bulk Memory Operations]** | **Yes.**
Enabled by default. | `--enable-bulk-memory` | [`wasm_bulk_memory`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_bulk_memory) | | **[Reference Types]** | **Yes.**
Enabled by default. | `--enable-reference-types` | [`wasm_reference_types`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_reference_types) | -| **[Fixed-Width SIMD]** | **In progress.** | `--enable-simd` | [`wasm_simd`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_simd) | +| **[Fixed-Width SIMD]** | **Yes.**
Enabled by default. | `--enable-simd` | [`wasm_simd`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_simd) | | **[Threads and Atomics]** | **In progress.** | `--enable-threads` | [`wasm_threads`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_threads) | | **[Multi-Memory]** | **Yes.** | `--enable-multi-memory`| [`wasm_multi_memory`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_multi_memory) | | **[Module Linking]** | **Yes.** | `--enable-module-linking` | [`wasm_module_linking`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_module_linking) |