Function add_to_linker

Source
pub fn add_to_linker<T>(
    l: &mut Linker<T>,
    f: impl Fn(&mut T) -> WasiNnView<'_> + Send + Sync + Copy + 'static,
) -> Result<()>
Expand description

Add the WIT-based version of the wasi-nn API to a [wasmtime::component::Linker].