From 5256cd2e87811ea9798c116462d8c9c12ba41f3e Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 16 Nov 2020 08:23:03 -0800 Subject: [PATCH] Update docs to reflect that reference types work on aarch64 now --- 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 907622aac1..d2c6d808a2 100644 --- a/docs/stability-wasm-proposals-support.md +++ b/docs/stability-wasm-proposals-support.md @@ -18,7 +18,7 @@ vetted](./contributing-implementing-wasm-proposals.html). | **[Non-Trapping Float-to-Int Conversions]** | **Yes.**
Always enabled. | (none) | (none) | | **[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 on x86_64. Aarch64 support in progress. | `--enable-reference-types` | [`wasm_reference_types`](https://docs.rs/wasmtime/*/wasmtime/struct.Config.html#method.wasm_reference_types) | +| **[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) | | **[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) |