I am calling wasmtime_wasi::preview2::command::add_to_linker(&mut linker)?; but it appears to require async support to wasmtime Engine. Is there a way to not require async?
Yes, that's at wasmtime_wasi::preview2::command::sync::add_to_linker
Follow up: would be great to document this function requires "async" feature in wasmtime Engine.
Last updated: Dec 06 2025 at 06:05 UTC