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: Jan 09 2026 at 13:15 UTC