mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Add test.
This commit is contained in:
@@ -7,7 +7,7 @@ cd -P -- "$(dirname -- "$0")"
|
||||
../sqlite3/download.sh
|
||||
|
||||
# build SQLite
|
||||
zig cc --target=wasm32-wasi -flto -g0 -O2 \
|
||||
zig cc --target=wasm32-wasi -flto -g0 -Os \
|
||||
-o sqlite3.wasm ../sqlite3/*.c \
|
||||
-mmutable-globals \
|
||||
-mbulk-memory -mreference-types \
|
||||
|
||||
BIN
embed/sqlite3.wasm
Executable file
BIN
embed/sqlite3.wasm
Executable file
Binary file not shown.
Reference in New Issue
Block a user