sal-modular/wasm_console_demo/wasm_app_bg.wasm.d.ts
2025-05-26 13:22:42 +03:00

28 lines
1.6 KiB
TypeScript

/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const init_rhai_env: () => void;
export const run_rhai: (a: number, b: number) => [number, number, number];
export const create_keyspace: (a: number, b: number, c: number, d: number) => any;
export const init_session: (a: number, b: number, c: number, d: number) => any;
export const lock_session: () => void;
export const current_keypair_metadata: () => [number, number, number];
export const current_keypair_public_key: () => [number, number, number];
export const is_unlocked: () => number;
export const select_keypair: (a: number, b: number) => [number, number];
export const list_keypairs: () => any;
export const add_keypair: (a: number, b: number, c: number, d: number) => any;
export const sign: (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_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_export_5: WebAssembly.Table;
export const __externref_table_dealloc: (a: number) => void;
export const closure89_externref_shim: (a: number, b: number, c: any) => void;
export const closure133_externref_shim: (a: number, b: number, c: any) => void;
export const closure188_externref_shim: (a: number, b: number, c: any) => void;
export const closure1847_externref_shim: (a: number, b: number, c: any, d: any) => void;
export const __wbindgen_start: () => void;