Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Debugger_DebugSymbols

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Debugger_DebugSymbols
import { type Debugger_DebugSymbols } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Debug symbols available for a wasm script.

definition: { type:
| "None"
| "SourceMap"
| "EmbeddedDWARF"
| "ExternalDWARF"
; externalURL?: string; }