diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index a172cd181f07..a74edfe1caf7 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -376,3 +376,12 @@ component-model-async = [ "std", 'wasmtime-component-macro?/component-model-async', ] + +# Enables support for the Component Model Async ABI, along with `future`, +# `stream`, and `error-context` types. +component-model-async = [ + "async", + "component-model", + "std", + 'wasmtime-component-macro?/component-model-async', +]