gioser-web: rebuild WASM with graph widget integration

- Fix missing reader declaration in spawn_local
- Rebuild pkg/ with wasm-bindgen 0.2.121
- Graph widget now appears below page content (SVG force-directed)
This commit is contained in:
Sergio
2026-05-23 14:57:13 +00:00
parent 7a53fea13c
commit 8235391add
5 changed files with 1055 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const boot: () => void;
export const __wasm_bindgen_func_elem_217: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_1396: (a: number, b: number, c: number, d: number) => void;
export const __wasm_bindgen_func_elem_216: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_216_3: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_493: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_592: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_287: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_288: (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;