Function wrpc_runtime_wasmtime::link_function

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