feat: add WASM client binaries for OPAQUE auth

This commit is contained in:
2026-01-29 16:04:43 +00:00
parent 278227090a
commit ae0bf107db
3 changed files with 868 additions and 0 deletions

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