Function wasmtime_wasi::sync::add_to_linker[][src]

pub fn add_to_linker<T>(
    linker: &mut Linker<T>,
    get_cx: impl Fn(&mut T) -> &mut WasiCtx + Send + Sync + Copy + 'static
) -> Result<()>