Remap build paths in wasm output and regenerate for wasm-bindgen 0.2.121

This commit is contained in:
Gregory Schier
2026-07-13 13:31:31 -07:00
parent e20a184c70
commit 6b9b3660de
5 changed files with 136 additions and 131 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ export const parse_template: (a: number, b: number) => [number, number, number];
export const unescape_template: (a: number, b: number) => [number, number, number];
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_2: WebAssembly.Table;
export const __wbindgen_externrefs: WebAssembly.Table;
export const __externref_table_dealloc: (a: number) => void;
export const __wbindgen_start: () => void;