Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Hello. I can't find SQLiteESMFactory in wa-sqlite package#268

Unanswered
anwarmoussaoui asked this question inQ&A
Discussion options

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 .

You must be logged in to vote

Replies: 1 comment

Comment options

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 forimport, specifically for handling the default export.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@anwarmoussaoui@rhashimoto

[8]ページ先頭

©2009-2025 Movatter.jp