@octoseq/visualiser 0.1.0-main.0d2814e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_wasmvisualiser_free: (a: number, b: number) => void;
5
+ export const create_visualiser: (a: any) => any;
6
+ export const wasmvisualiser_clear_signals: (a: number) => void;
7
+ export const wasmvisualiser_get_current_vals: (a: number) => [number, number];
8
+ export const wasmvisualiser_get_script_error: (a: number) => [number, number];
9
+ export const wasmvisualiser_has_script: (a: number) => number;
10
+ export const wasmvisualiser_load_script: (a: number, b: number, c: number) => number;
11
+ export const wasmvisualiser_new: () => number;
12
+ export const wasmvisualiser_push_data: (a: number, b: number, c: number, d: number) => void;
13
+ export const wasmvisualiser_push_signal: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
14
+ export const wasmvisualiser_push_zoom_data: (a: number, b: number, c: number, d: number) => void;
15
+ export const wasmvisualiser_render: (a: number, b: number) => void;
16
+ export const wasmvisualiser_resize: (a: number, b: number, c: number) => void;
17
+ export const wasmvisualiser_set_sigmoid_k: (a: number, b: number) => void;
18
+ export const wasmvisualiser_set_time: (a: number, b: number) => void;
19
+ export const wasmvisualiser_push_rotation_data: (a: number, b: number, c: number, d: number) => void;
20
+ export const init_panic_hook: () => void;
21
+ export const wasm_bindgen__convert__closures_____invoke__h53437a38721e89f7: (a: number, b: number, c: any) => void;
22
+ export const wasm_bindgen__closure__destroy__hf5eaa61ced318e08: (a: number, b: number) => void;
23
+ export const wasm_bindgen__convert__closures_____invoke__h9d1c5a23ecfcd5c8: (a: number, b: number, c: any) => void;
24
+ export const wasm_bindgen__closure__destroy__heb49a8f426ac2d2e: (a: number, b: number) => void;
25
+ export const wasm_bindgen__convert__closures_____invoke__h320f3d825d3712ba: (a: number, b: number, c: any, d: any) => void;
26
+ export const __wbindgen_malloc: (a: number, b: number) => number;
27
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
+ export const __wbindgen_exn_store: (a: number) => void;
29
+ export const __externref_table_alloc: () => number;
30
+ export const __wbindgen_externrefs: WebAssembly.Table;
31
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
32
+ export const __wbindgen_start: () => void;