fix: include WASM pkg in git for Docker build

This commit is contained in:
2026-01-29 23:35:29 +00:00
parent 1a44b1085f
commit 0ab506e8c3
7 changed files with 1294 additions and 0 deletions

5
pkg/nkode_client_wasm.js Normal file
View File

@@ -0,0 +1,5 @@
import * as wasm from "./nkode_client_wasm_bg.wasm";
export * from "./nkode_client_wasm_bg.js";
import { __wbg_set_wasm } from "./nkode_client_wasm_bg.js";
__wbg_set_wasm(wasm);
wasm.__wbindgen_start();