mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 19:31:12 +01:00
4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
import * as wasm from "./yaak_templates_bg.wasm";
|
|
export * from "./yaak_templates_bg.js";
|
|
import { __wbg_set_wasm } from "./yaak_templates_bg.js";
|
|
__wbg_set_wasm(wasm); |