Now we are using .wasm database module with logic from native
Depends on D8561
Differential D8562
[keyserver] stop hosting `sql.js` binary file kamil on Jul 19 2023, 7:07 AM. Authored by Tags None Referenced Files
Subscribers
Details
Now we are using .wasm database module with logic from native Depends on D8561 Flow
Diff Detail
Event TimelineComment Actions No, there is not - if a site wasn't reloaded the file is there and a worker is operating on it, and if the site was reloaded this means the server sent new logic, which is not using this file. Overall, I will probably wait with landing this for a couple of days to make sure it works, hosting this old file does not cause any harm but it'll make it easier to revert changes when something will go wrong. Comment Actions There's a tiny race condition here: if a page was fetched just before deploying this diff, and a browser starts fetching just after the deployment, something will go wrong. The probability is almost zero, but maybe we can split this diff into two: one where we stop fetching, and one where we stop serving and land the second one in a release after the first one? Comment Actions Yeah, that's what I meant by waiting with landing, we stopped using this file in D8560. I'll land the rest of the stack after release and making sure that everything works on prod. |