Function add_to_linker

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

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