import { type Config } from "https://deno.land/x/smoldot@light-js-deno-v0.7.9/instance/raw-instance.d.ts";
Properties
Closure to call when the Wasm instance panics.
This callback will always be invoked from within a binding called the Wasm instance.
After this callback has been called, it is forbidden to invoke any function from the Wasm VM.
If this callback is called while invoking a function from the Wasm VM, this function will throw a dummy exception.