Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Debugger.ExecuteWasmEvaluatorRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ExecuteWasmEvaluatorRequest } = Protocol.Debugger;

Properties

callFrameId: CallFrameId

WebAssembly call frame identifier to evaluate on.

evaluator: string

Code of the evaluator module.

optional
timeout: Runtime.TimeDelta

Terminate execution after timing out (number of milliseconds).