This is using Emscripten virtual file API.
Gets/puts file content on which the native module operates.
Only worker (one thread) operates on file using synchronous API - there should be no problems with locks/parallel access.
Differential D8559 Authored by kamil on Jul 19 2023, 2:02 PM.
Details Summary This is using Emscripten virtual file API. Gets/puts file content on which the native module operates. Only worker (one thread) operates on file using synchronous API - there should be no problems with locks/parallel access. Test Plan Tests.
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 19 2023, 2:02 PM2023-07-19 14:02:11 (UTC+0) Harbormaster completed remote builds in B21038: Diff 28834.Jul 19 2023, 2:50 PM2023-07-19 14:50:47 (UTC+0) This revision is now accepted and ready to land.Jul 21 2023, 1:31 PM2023-07-21 13:31:13 (UTC+0) kamil edited parent revisions, added: D8611: [web] implement function to clear database content; removed: D8558: [web] rework database module tests to use CommQueryExecutor.Jul 25 2023, 9:03 AM2023-07-25 09:03:54 (UTC+0) Harbormaster failed remote builds in B21167: Diff 29000!Jul 25 2023, 9:44 AM2023-07-25 09:44:08 (UTC+0) Harbormaster completed remote builds in B21167: Diff 29000.Jul 27 2023, 12:00 PM2023-07-27 12:00:02 (UTC+0) kamil edited the summary of this revision. (Show Details)Jul 27 2023, 12:09 PM2023-07-27 12:09:49 (UTC+0) Harbormaster completed remote builds in B21269: Diff 29119.Jul 27 2023, 12:27 PM2023-07-27 12:27:10 (UTC+0) Closed by commit rCOMM2c4ed0da9cf0: [web] implement functions to import/export database content. · Explain WhyJul 27 2023, 12:40 PM2023-07-27 12:40:01 (UTC+0) This revision was automatically updated to reflect the committed changes. Comment Actions
Thanks for catching it, fixed in D8653
Revision Contents
Diff 29126 |