Run bootstrap

This commit is contained in:
Gregory Schier
2026-03-13 08:50:43 -07:00
parent 08a64b6938
commit dde8d61b4b

View File

@@ -1,6 +1,5 @@
import init from "./yaak_templates_bg.wasm?init"; import * as wasm from "./yaak_templates_bg.wasm";
export * from "./yaak_templates_bg.js"; export * from "./yaak_templates_bg.js";
import * as bg from "./yaak_templates_bg.js"; import { __wbg_set_wasm } from "./yaak_templates_bg.js";
const instance = await init({ "./yaak_templates_bg.js": bg }); __wbg_set_wasm(wasm);
bg.__wbg_set_wasm(instance.exports); wasm.__wbindgen_start();
instance.exports.__wbindgen_start();