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<()>Expand description
Polyfill types::ComponentInstance in a LinkerInstance using wrpc_transport::Invoke