Skip to content

Commit

Permalink
Add OPFSAnyContextVFS to hello demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoestringresearch committed Jun 11, 2024
1 parent d248b79 commit 2f7b024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/hello/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import SQLiteESMFactory from '../../dist/wa-sqlite-async.mjs';
// FileSystemSyncAccessHandle (generally any OPFS VFS) will run only
// in a Worker.
import { IDBBatchAtomicVFS as MyVFS } from '../../src/examples/IDBBatchAtomicVFS.js';
// import { OPFSAnyContextVFS as MyVFS } from '../../src/examples/OPFSAnyContextVFS.js';
// import { AccessHandlePoolVFS as MyVFS } from '../src/examples/AccessHandlePoolVFS.js';
// import { OPFSAdaptiveVFS as MyVFS } from '../src/examples/OPFSAdaptiveVFS.js';
// import { OPFSCoopSyncVFS as MyVFS } from '../src/examples/OPFSCoopSyncVFS.js';
Expand Down

0 comments on commit 2f7b024

Please sign in to comment.