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: Nov 22 2024 at 16:03 UTC