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
+4 -1
View File
@@ -1,5 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export function unescape_template(template: string): any;
export function escape_template(template: string): any;
export function parse_template(template: string): any;
export function unescape_template(template: string): any;