gioser-web: fix graph not appearing — use MutationObserver

- 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
This commit is contained in:
Sergio
2026-05-23 15:22:13 +00:00
parent d4c31d70b7
commit a908d8420c
7 changed files with 188 additions and 764 deletions
+7 -7
View File
@@ -2,13 +2,13 @@
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const boot: () => void;
export const __wasm_bindgen_func_elem_178: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_1209: (a: number, b: number, c: number, d: number) => void;
export const __wasm_bindgen_func_elem_177: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_177_3: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_446: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_223: (a: number, b: number, c: number) => void;
export const __wasm_bindgen_func_elem_224: (a: number, b: number) => 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;