wasmtime_wasi

Function add_to_linker_with_options_async

source
pub fn add_to_linker_with_options_async<T: WasiView>(
    linker: &mut Linker<T>,
    options: &LinkOptions,
) -> Result<()>
Expand description

Similar to add_to_linker_async, but with the ability to enable unstable features.