Wire opake-core WASM into web frontend
Add opake-wasm crate with wasm-bindgen exports wrapping opake-core
crypto primitives (encrypt/decrypt, key wrap/unwrap, keyring ops).
Each export instantiates OsRng internally so JS never touches RNG.
Configure wasm-pack build pipeline, vite-plugin-wasm for both main
thread and worker contexts, and replace the crypto worker stub with
real WASM-backed Comlink API. Includes binding_check smoke test to
verify the full Rust → WASM → TypeScript chain.
sans-self.org
3bd41a8f
0c246aab