import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ExecuteWasmEvaluatorRequest } = Protocol.Debugger;
Properties
callFrameId: CallFrameId
WebAssembly call frame identifier to evaluate on.
optional
timeout: Runtime.TimeDeltaTerminate execution after timing out (number of milliseconds).