diff --git a/crates/wasmparser/src/features.rs b/crates/wasmparser/src/features.rs index d7b1044a43..123f2664e5 100644 --- a/crates/wasmparser/src/features.rs +++ b/crates/wasmparser/src/features.rs @@ -253,7 +253,7 @@ define_wasm_features! { /// /// Corresponds to the 🔀 character in /// . - pub cm_async: CM_ASYNC(1 << 27) = false; + pub cm_async: CM_ASYNC(1 << 27) = true; /// Gates the "stackful ABI" in the component model async proposal. /// /// Corresponds to the 🚟 character in