Function wasmtime_wasi::preview0::wasi_unstable::add_to_linker

source ·
pub fn add_to_linker<T, U>(
    linker: &mut Linker<T>,
    get_cx: impl Fn(&mut T) -> &mut U + Send + Sync + Copy + 'static
) -> Result<()>
where U: WasiUnstable + Send, T: Send,
Available on crate feature preview1 only.
Expand description

Adds all instance items to the specified Linker.