Skip to main content

add_to_linker

Function add_to_linker 

Source
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.