mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
7 lines
273 B
JavaScript
Generated
7 lines
273 B
JavaScript
Generated
import init from "./yaak_templates_bg.wasm?init";
|
|
export * from "./yaak_templates_bg.js";
|
|
import * as bg from "./yaak_templates_bg.js";
|
|
const instance = await init({ "./yaak_templates_bg.js": bg });
|
|
bg.__wbg_set_wasm(instance.exports);
|
|
instance.exports.__wbindgen_start();
|