Skip to content

Commit ff079fe

Browse files
committed
sync wasm
1 parent 7b7c0e8 commit ff079fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wa-sqlite-driver/src/wa-sqlite-driver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as SQLite from '@journeyapps/wa-sqlite';
2-
import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs';
3-
// import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite.mjs';
2+
// import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs';
3+
import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite.mjs';
44
// import * as SQLite from 'wa-sqlite';
55
// import SQLiteESMFactory from 'wa-sqlite/dist/wa-sqlite-async.mjs';
66
import {

0 commit comments

Comments
 (0)