- Notifications
You must be signed in to change notification settings - Fork83
Hello. I can't find SQLiteESMFactory in wa-sqlite package#268
Unanswered
anwarmoussaoui asked this question inQ&A
-
I tried to use your library on a graalWASM demo but when I import SQLiteESMFactory from 'wa-sqlite/dist/wa-sqlite.mjs' is says it's not defined and it's not. I searched for it within the package and it doesn't exist . |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
In Javascript, when you have an import like this: importSQLiteESMFactoryfrom'wa-sqlite/dist/wa-sqlite.mjs'; It means to import the default export from the module and assign it the name "SQLiteESMFactory". That name is chosen by you. Please see thedocumentation for |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment