mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-22 11:23:59 +02:00
7 lines
249 B
JavaScript
7 lines
249 B
JavaScript
import init from "./yaak_web_bg.wasm?init";
|
|
export * from "./yaak_web_bg.js";
|
|
import * as bg from "./yaak_web_bg.js";
|
|
const instance = await init({ "./yaak_web_bg.js": bg });
|
|
bg.__wbg_set_wasm(instance.exports);
|
|
instance.exports.__wbindgen_start();
|