pub fn add_to_linker<T>(l: &mut Linker<T>, opts: &LinkOptions) -> Result<()>where
T: WasiTlsView + 'static,Expand description
Add the wasi-tls world’s types to a wasmtime::component::Linker.
pub fn add_to_linker<T>(l: &mut Linker<T>, opts: &LinkOptions) -> Result<()>where
T: WasiTlsView + 'static,Add the wasi-tls world’s types to a wasmtime::component::Linker.