Add test.

This commit is contained in:
Nuno Cruces
2023-01-26 00:05:52 +00:00
parent acb2b2deac
commit d88a19f7e8
11 changed files with 159 additions and 181 deletions

View File

@@ -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

Binary file not shown.