a908d8420c
- cytoscape-graph.js now uses MutationObserver, not DOMContentLoaded (the <gioser-graph> element is created dynamically by WASM) - Remove unused dispatchEvent from lib.rs - Rebuild WASM
18 lines
1.1 KiB
TypeScript
18 lines
1.1 KiB
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const boot: () => void;
|
|
export const __wasm_bindgen_func_elem_175: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_1203: (a: number, b: number, c: number, d: number) => void;
|
|
export const __wasm_bindgen_func_elem_174: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_174_3: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_442: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_219: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_220: (a: number, b: number) => void;
|
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
export const __wbindgen_export3: (a: number) => void;
|
|
export const __wbindgen_export4: (a: number, b: number) => void;
|
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
export const __wbindgen_start: () => void;
|