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
Paths
| Differential D6989 Authored by kamil on Mar 7 2023, 8:38 AM.
Tags None Referenced Files
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, 8:38 AM2023-03-07 08:38:28 (UTC-8) kamil added a child revision: D6990: [web-db] add indexedDB config.Mar 7 2023, 8:45 AM2023-03-07 08:45:56 (UTC-8) Harbormaster completed remote builds in B17165: Diff 23507.Mar 7 2023, 8:53 AM2023-03-07 08:53:51 (UTC-8) This revision is now accepted and ready to land.Mar 7 2023, 3:53 PM2023-03-07 15:53:51 (UTC-8) Closed by commit rCOMM814966ac416b: [web-db] copy `sql-wasm.wasm` from node modules to `dist` (authored by kamil). · Explain WhyMar 9 2023, 2:41 AM2023-03-09 02:41:35 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23570 lib/webpack/shared.cjs
web/webpack.config.cjs
|