[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [ExecuteWasmEvaluatorRequest](./puppeteer.protocol.debugger.executewasmevaluatorrequest.md) ## Protocol.Debugger.ExecuteWasmEvaluatorRequest interface Signature: ```typescript export interface ExecuteWasmEvaluatorRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [callFrameId](./puppeteer.protocol.debugger.executewasmevaluatorrequest.callframeid.md) | [CallFrameId](./puppeteer.protocol.debugger.callframeid.md) | WebAssembly call frame identifier to evaluate on. | | [evaluator](./puppeteer.protocol.debugger.executewasmevaluatorrequest.evaluator.md) | string | Code of the evaluator module. | | [timeout](./puppeteer.protocol.debugger.executewasmevaluatorrequest.timeout.md) | [Runtime.TimeDelta](./puppeteer.protocol.runtime.timedelta.md) | Terminate execution after timing out (number of milliseconds). |