Function add_to_linker

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

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