wasmtime_wasi

Function add_to_linker_with_options_sync

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

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