rudus/pkg/rudus_bg.wasm.d.ts

15 lines
787 B
TypeScript
Raw Normal View History

2025-06-26 02:56:39 +00:00
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
2025-06-30 22:59:59 +00:00
export const ludus: (a: number, b: number) => any;
export const __wbindgen_exn_store: (a: number) => void;
export const __externref_table_alloc: () => number;
export const __wbindgen_export_2: WebAssembly.Table;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
2025-06-26 02:56:39 +00:00
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
2025-06-30 22:59:59 +00:00
export const __wbindgen_export_6: WebAssembly.Table;
export const closure346_externref_shim: (a: number, b: number, c: any) => void;
export const closure370_externref_shim: (a: number, b: number, c: any, d: any) => void;
2025-06-26 02:56:39 +00:00
export const __wbindgen_start: () => void;