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