11 lines
511 B
TypeScript
11 lines
511 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const main: () => void;
|
|
export const __wbindgen_export_0: (a: number) => void;
|
|
export const __wbindgen_export_1: (a: number, b: number) => number;
|
|
export const __wbindgen_export_2: (a: number, b: number, c: number, d: number) => number;
|
|
export const __wbindgen_export_3: WebAssembly.Table;
|
|
export const __wbindgen_export_4: (a: number, b: number, c: number, d: number) => void;
|
|
export const __wbindgen_start: () => void;
|