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