Function add_to_linker

Source
pub fn add_to_linker<T: Send + 'static>(
    l: &mut Linker<T>,
    opts: &mut LinkOptions,
    f: fn(&mut T) -> WasiTls<'_>,
) -> Result<()>
Expand description

Add the wasi-tls world’s types to a wasmtime::component::Linker.