Files
yaak/crates/yaak-templates/pkg/yaak_templates.js
Gregory Schier a629a1fa79 Fix wasm-pack output for Vite 8/rolldown production builds
Rewrite generated yaak_templates.js to use Vite's ?init import style
instead of the ES Module Integration style that rolldown doesn't support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 09:02:12 -07:00

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();