mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +00:00
use sqlite 15
This commit is contained in:
parent
bd42e1b313
commit
6f4e0c2d4f
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user