15 lines
827 B
TypeScript
15 lines
827 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const parse_assets_ts: (a: number, b: number) => [number, number];
|
|
export const parse_deno: (a: number, b: number, c: number, d: number) => [number, number];
|
|
export const parse_outputs: (a: number, b: number) => [number, number];
|
|
export const parse_ts_imports: (a: number, b: number) => [number, number];
|
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
export const __externref_table_alloc: () => number;
|
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
export const __wbindgen_start: () => void;
|