Page MenuHomePhabricator

[web] add function to retrieve WASM module
ClosedPublic

Authored by kamil on Jul 19 2023, 2:56 AM.
Tags
None
Referenced Files
F2157626: D8547.id28818.diff
Mon, Jul 1, 2:11 AM
F2157625: D8547.id28934.diff
Mon, Jul 1, 2:11 AM
F2157581: D8547.diff
Mon, Jul 1, 2:08 AM
Unknown Object (File)
Wed, Jun 26, 3:34 PM
Unknown Object (File)
Tue, Jun 25, 10:16 AM
Unknown Object (File)
Sat, Jun 22, 3:30 PM
Unknown Object (File)
Fri, Jun 14, 11:30 AM
Unknown Object (File)
Mon, Jun 3, 8:42 PM
Subscribers

Details

Summary

Making sure that module is now typed in Flow, and making it easier to retrieve the module (will be helpful in tests later).

Depends on D8545

Test Plan
  1. flow
  2. Check if result is still logged

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
web/database/db-module.js
7 ↗(On Diff #28818)

In general I wanted one function which will work for prod/dev/tests

web/database/worker/db-worker.js
69 ↗(On Diff #28818)

sqljsFilePath will be renamed later in the stack

kamil published this revision for review.Jul 19 2023, 8:58 AM
This revision is now accepted and ready to land.Jul 20 2023, 7:40 AM
This revision was automatically updated to reflect the committed changes.