This diff makes it possible to call the WASM bindings from web!
Depends on D7197
Paths
| Differential D7201 Authored by ashoat on Mar 27 2023, 11:09 AM.
Tags None Referenced Files
Details Summary This diff makes it possible to call the WASM bindings from web! Depends on D7197 Test Plan
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptMar 27 2023, 11:09 AM2023-03-27 11:09:56 (UTC-7)
ashoat edited the test plan for this revision. (Show Details)Mar 27 2023, 11:12 AM2023-03-27 11:12:00 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mar 27 2023, 11:25 AM2023-03-27 11:25:35 (UTC-7) Comment Actions
ashoat edited the test plan for this revision. (Show Details)Mar 27 2023, 1:19 PM2023-03-27 13:19:42 (UTC-7) Harbormaster completed remote builds in B17705: Diff 24233.Mar 27 2023, 1:31 PM2023-03-27 13:31:57 (UTC-7)
Harbormaster completed remote builds in B17706: Diff 24234.Mar 27 2023, 1:42 PM2023-03-27 13:42:48 (UTC-7)
Comment Actions Nothing looks super surprising here, thanks! Not going to accept as someone with more js experience should review before landing. This revision is now accepted and ready to land.Mar 28 2023, 1:25 PM2023-03-28 13:25:07 (UTC-7) Closed by commit rCOMM506aacc7ccc0: [web][keyserver] Webpack config and client logic to access opaque-ke2 WASM… (authored by ashoat). · Explain WhyMar 28 2023, 1:41 PM2023-03-28 13:41:27 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24233 keyserver/src/responders/website-responders.js
web/app.react.js
web/crypto/opaque-utils.js
web/package.json
|
Nit – I would remove this else block... the if has a return, so the else isn't necessary