mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-13 23:41:22 +00:00
use sqlite 15
This commit is contained in:
2
build.sh
2
build.sh
@ -13,4 +13,4 @@ mkdir -p artifacts
|
|||||||
cp target/wasm32-wasi/release/test.wasm artifacts/
|
cp target/wasm32-wasi/release/test.wasm artifacts/
|
||||||
|
|
||||||
# download SQLite 3 to use in tests
|
# download SQLite 3 to use in tests
|
||||||
curl -L https://github.com/fluencelabs/sqlite/releases/download/v0.14.0_w/sqlite3.wasm -o artifacts/sqlite3.wasm
|
curl -L https://github.com/fluencelabs/sqlite/releases/download/v0.15.0_w/sqlite3.wasm -o artifacts/sqlite3.wasm
|
||||||
|
Reference in New Issue
Block a user