fix(deps): update sqlite wasm to 0.18.2 (#320)

update sqlite wasm
This commit is contained in:
Valery Antopol 2023-12-27 00:30:24 +03:00 committed by GitHub
parent b9bce2e764
commit 7d9327bcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "registry-distro" name = "registry-distro"
version = "0.9.3" version = "0.9.4"
edition = "2021" edition = "2021"
build = "built.rs" build = "built.rs"
include = [ "/src", "built.rs", "Cargo.toml", "registry-service"] include = [ "/src", "built.rs", "Cargo.toml", "registry-service"]

View File

@ -13,7 +13,7 @@ mkdir -p artifacts
cp target/wasm32-wasi/release/registry.wasm artifacts/ cp target/wasm32-wasi/release/registry.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/sqlite-wasm-v0.18.1/sqlite3.wasm -o artifacts/sqlite3.wasm curl -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.2/sqlite3.wasm -o artifacts/sqlite3.wasm
# generate Aqua bindings # generate Aqua bindings
marine aqua artifacts/registry.wasm -s Registry -i registry >../aqua/registry-service.aqua marine aqua artifacts/registry.wasm -s Registry -i registry >../aqua/registry-service.aqua