chore: add wasm console demo
This commit is contained in:
27
wasm_console_demo/wasm_app_bg.wasm.d.ts
vendored
Normal file
27
wasm_console_demo/wasm_app_bg.wasm.d.ts
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user