Actually use the WASM backup client introduced in the previous diff.
- webpack/keyserver machinery for downloading the wasm file
- updated the worker init message so that it also intialized the backup client
Depends on D11041
Paths
| Differential D11042 Authored by michal on Feb 12 2024, 7:21 AM.
Tags None Referenced Files
Details
Summary Actually use the WASM backup client introduced in the previous diff.
Depends on D11041 Test Plan Test on both:
Send the worker init message, tested that there were no errors, and the WASM was correctly downloaded.
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptFeb 12 2024, 7:21 AM2024-02-12 07:21:41 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Feb 12 2024, 7:26 AM2024-02-12 07:26:16 (UTC-8) michal added a child revision: D11043: [web] Restore compaction.Feb 12 2024, 7:27 AM2024-02-12 07:27:28 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Feb 13 2024, 3:33 AM2024-02-13 03:33:37 (UTC-8) Harbormaster completed remote builds in B26828: Diff 37071.Feb 14 2024, 5:44 AM2024-02-14 05:44:53 (UTC-8) ashoat mentioned this in D11041: [backup-client] Compile to wasm.Feb 14 2024, 10:56 AM2024-02-14 10:56:43 (UTC-8) ashoat added inline comments.
Harbormaster failed remote builds in B26926: Diff 37263!Feb 15 2024, 7:31 AM2024-02-15 07:31:38 (UTC-8)
kamil added inline comments.
This revision now requires changes to proceed.Feb 16 2024, 7:47 AM2024-02-16 07:47:25 (UTC-8) Comment Actions Fix the webpack issue and the urls pointing to the wasm file. Renamed databaseModuleFilePath. Removed unnecessary code in the dockerfile. Harbormaster completed remote builds in B26974: Diff 37333.Feb 19 2024, 9:56 AM2024-02-19 09:56:54 (UTC-8) kamil added inline comments.
This revision is now accepted and ready to land.Feb 21 2024, 4:49 AM2024-02-21 04:49:12 (UTC-8) Comment Actions Simplify
Harbormaster completed remote builds in B27061: Diff 37439.Feb 22 2024, 6:32 AM2024-02-22 06:32:10 (UTC-8) Closed by commit rCOMM43658727a042: [web] Import backup client (authored by Michal Gniadek <michal.gniadek@swmansion.com>). · Explain WhyMar 6 2024, 6:11 AM2024-03-06 06:11:30 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37439 keyserver/src/responders/website-responders.js
web/database/database-module-provider.js
web/database/db-module.js
web/database/utils/constants.js
|