In Addition to sql.js library we need to load .wasm file.
Should be accessible via:
- http://localhost:3000/comm/compiled/sql-wasm.wasm in dev
- https://web.comm.app/compiled in prod]
Depends on D6981
Differential D6989 Authored by kamil on Mar 7 2023, 4:38 PM.
Details Summary In Addition to sql.js library we need to load .wasm file. Should be accessible via:
Depends on D6981 Test Plan Check if file can be accessed
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 7 2023, 4:38 PM2023-03-07 16:38:28 (UTC+0) kamil added a child revision: D6990: [web-db] add indexedDB config.Mar 7 2023, 4:45 PM2023-03-07 16:45:56 (UTC+0) Harbormaster completed remote builds in B17165: Diff 23507.Mar 7 2023, 4:53 PM2023-03-07 16:53:51 (UTC+0) This revision is now accepted and ready to land.Mar 7 2023, 11:53 PM2023-03-07 23:53:51 (UTC+0) Closed by commit rCOMM814966ac416b: [web-db] copy `sql-wasm.wasm` from node modules to `dist`. · Explain WhyMar 9 2023, 10:41 AM2023-03-09 10:41:35 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23570 |