Function wrpc_runtime_wasmtime::link_instance

source ยท
pub fn link_instance<C, V>(
    engine: &Engine,
    linker: &mut LinkerInstance<'_, V>,
    ty: ComponentInstance,
    name: impl Into<Arc<str>>,
    cx: C::Context,
) -> Result<()>
where V: WrpcView<C> + WasiView, C: Invoke, C::Context: Clone + 'static,
Expand description