Build wasm and js bindings for the client sided opaque
code.
https://linear.app/comm/issue/ENG-3265
Depends on D7022
Differential D7087
[Comm-opaque2] Add wasm build to client • jon on Mar 16 2023, 4:30 PM. Authored by Tags None Referenced Files
Subscribers
Details
Build wasm and js bindings for the client sided opaque https://linear.app/comm/issue/ENG-3265 Depends on D7022 nix develop cd shared/comm-opaque2 wasm-pack build # pkg directory contains js, ts, and wasm artifacts ls pkg/
Diff Detail
Event TimelineComment Actions Add @ashoat because addtion of wasm-pack utility, and new usage of wasm_bindgen crate Comment Actions This currently produces the outpus: $ du -hd0 --apparent-size pkg/* 715 pkg/comm_opaque.d.ts 160 pkg/comm_opaque.js 14K pkg/comm_opaque_bg.js 142K pkg/comm_opaque_bg.wasm 1005 pkg/comm_opaque_bg.wasm.d.ts 249 pkg/package.json
Comment Actions Address Feedback
|