mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
parent
b9bce2e764
commit
7d9327bcfd
@ -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"]
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user