Function lunatic_process_api::register
source · [−]pub fn register<T>(linker: &mut Linker<T>) -> Result<()> where
T: ProcessState + ProcessCtx<T> + ErrorCtx + LunaticWasiCtx + Send + ResourceLimiter + 'static,
for<'a> &'a T: Send,
T::Config: ProcessConfigCtx,