pub fn add_to_linker<T: Send + 'static>(
l: &mut Linker<T>,
f: fn(&mut T) -> WasiKeyValue<'_>,
) -> Result<()>
Expand description
Add all the wasi-keyvalue
world’s interfaces to a wasmtime::component::Linker
.
pub fn add_to_linker<T: Send + 'static>(
l: &mut Linker<T>,
f: fn(&mut T) -> WasiKeyValue<'_>,
) -> Result<()>
Add all the wasi-keyvalue
world’s interfaces to a wasmtime::component::Linker
.