mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Run bootstrap
This commit is contained in:
9
crates/yaak-templates/pkg/yaak_templates.js
generated
9
crates/yaak-templates/pkg/yaak_templates.js
generated
@@ -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();
|
|
||||||
|
|||||||
Reference in New Issue
Block a user