Skip to content

Suppress WASM0001 for browser-wasm consumers#661

Open
Mattwmaster58 wants to merge 2 commits intoericsink:mainfrom
Mattwmaster58:fix/suppress-wasm0001-varargs-warning
Open

Suppress WASM0001 for browser-wasm consumers#661
Mattwmaster58 wants to merge 2 commits intoericsink:mainfrom
Mattwmaster58:fix/suppress-wasm0001-varargs-warning

Conversation

@Mattwmaster58
Copy link
Copy Markdown

The native sqlite3_config() and sqlite3_db_config() functions use C varargs, which WASM does not support. This ships a .targets file with the NuGet package that automatically suppresses WASM0001 for browser-wasm consumers.

Fixes #644

matt-ufpi and others added 2 commits March 25, 2026 15:44
The native sqlite3_config() and sqlite3_db_config() functions use C varargs,
which WASM does not support. This ships a .targets file with the NuGet package
that automatically suppresses WASM0001 for browser-wasm consumers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WASM0001 warnings

2 participants