import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetWasmBytecodeRequest } = Protocol.Debugger;
Properties
scriptId: Runtime.ScriptId
Id of the Wasm script to get source for.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetWasmBytecodeRequest } = Protocol.Debugger;
Id of the Wasm script to get source for.