-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Expand file tree
/
Copy pathwasm_bg.wasm.d.ts
More file actions
12 lines (12 loc) · 712 Bytes
/
Copy pathwasm_bg.wasm.d.ts
File metadata and controls
12 lines (12 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const transform: (a: number, b: number) => number;
export const transformSync: (a: number, b: number, c: number) => void;
export const __wbindgen_export_0: (a: number) => void;
export const __wbindgen_export_1: WebAssembly.Table;
export const __wbindgen_export_2: (a: number, b: number) => number;
export const __wbindgen_export_3: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
export const __wbindgen_export_4: (a: number, b: number, c: number) => void;
export const __wbindgen_export_5: (a: number, b: number, c: number, d: number) => void;