unsafe fn run_recycle(
callback: Option<Box<TaskWasmRecycle>>,
ctx: WasiFunctionEnv,
store: Store,
)Expand description
ยงSAFETY
This must be executed from the same thread that owns the instance as otherwise it will cause a panic
unsafe fn run_recycle(
callback: Option<Box<TaskWasmRecycle>>,
ctx: WasiFunctionEnv,
store: Store,
)This must be executed from the same thread that owns the instance as otherwise it will cause a panic