SYMBOL INDEX (8 symbols across 3 files) FILE: lib/RunGo.ts constant SCRIPT_PATH (line 4) | const SCRIPT_PATH = '/script.gos' class RunGo (line 6) | class RunGo { method constructor (line 16) | constructor( method run (line 38) | run(code: string) { FILE: next.config.js method headers (line 5) | async headers() { FILE: type/types.ts type WasmRunFn (line 1) | type WasmRunFn = (pathPtr: number) => number type WasmAlloc (line 2) | type WasmAlloc = (size: number) => number type WasmDealloc (line 3) | type WasmDealloc = (ptr: number) => number