mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 11:07:03 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
4
src-tauri/yaak-templates/pkg/yaak_templates.js
Normal file
4
src-tauri/yaak-templates/pkg/yaak_templates.js
Normal file
@@ -0,0 +1,4 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user