Compare commits

...

2 Commits

Author SHA1 Message Date
09ffb0ff86 remove unwanted change 2023-12-27 01:31:05 +04:00
a2218ffbd8 update sqlite wasm 2023-12-27 00:51:37 +04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "trust-graph-distro"
version = "0.4.8"
version = "0.4.9"
edition = "2021"
build = "build.rs"
license = "Apache-2.0"

View File

@ -13,7 +13,7 @@ mkdir -p artifacts
cp ../target/wasm32-wasi/release/trust-graph.wasm artifacts/
# download SQLite 3 to use in tests
curl -sS -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.1/sqlite3.wasm -o artifacts/sqlite3.wasm
curl -sS -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.2/sqlite3.wasm -o artifacts/sqlite3.wasm
# generate Aqua bindings
marine aqua artifacts/trust-graph.wasm -s TrustGraph -i trust-graph > ../aqua/trust-graph.aqua