Function wasmtime_wasi::preview1::add_to_linker_sync

source ·
pub fn add_to_linker_sync<T: Send, W: WasiPreview1View>(
    linker: &mut Linker<T>,
    f: impl Fn(&mut T) -> &mut W + Copy + Send + Sync + 'static
) -> Result<()>