Build wasm and js bindings for the client sided opaque
code.
https://linear.app/comm/issue/ENG-3265
Depends on D7022
Paths
| Differential D7087 Authored by • jon on Mar 16 2023, 4:30 PM.
Details
Summary Build wasm and js bindings for the client sided opaque https://linear.app/comm/issue/ENG-3265 Depends on D7022 Test Plan nix develop cd shared/comm-opaque2 wasm-pack build # pkg directory contains js, ts, and wasm artifacts ls pkg/
Diff Detail
Event TimelineHerald added a subscriber: atul. · View Herald TranscriptMar 16 2023, 4:30 PM2023-03-16 16:30:08 (UTC-7) Harbormaster completed remote builds in B17370: Diff 23803.Mar 16 2023, 4:45 PM2023-03-16 16:45:33 (UTC-7) Comment 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 Harbormaster completed remote builds in B17374: Diff 23807.Mar 16 2023, 5:15 PM2023-03-16 17:15:38 (UTC-7) varun added inline comments.
This revision now requires changes to proceed.Mar 20 2023, 7:33 AM2023-03-20 07:33:04 (UTC-7) • jon marked 6 inline comments as done. Comment ActionsAddress Feedback
Harbormaster completed remote builds in B17421: Diff 23874.Mar 20 2023, 10:18 AM2023-03-20 10:18:19 (UTC-7) This revision is now accepted and ready to land.Mar 20 2023, 1:15 PM2023-03-20 13:15:57 (UTC-7) Harbormaster completed remote builds in B17437: Diff 23891.Mar 20 2023, 3:32 PM2023-03-20 15:32:44 (UTC-7) Closed by commit rCOMMfa13b21baf73: [Comm-opaque2] Add wasm build to client (authored by • jon). · Explain WhyMar 20 2023, 8:50 PM2023-03-20 20:50:09 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23909 nix/dev-shell.nix
shared/comm-opaque2/.gitignore
shared/comm-opaque2/Cargo.lock
shared/comm-opaque2/Cargo.toml
shared/comm-opaque2/src/client/login.rs
shared/comm-opaque2/src/client/register.rs
shared/comm-opaque2/src/error.rs
|