Function add_to_linker

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

Add all the wasi-config world’s interfaces to a [wasmtime::component::Linker].