mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
* fix(deps): update rust crate marine-sqlite-connector to v0.9.0 * fix(deps): update rust crate marine-rs-sdk-test to v0.10.2 * fix(deps): update rust crate marine-rs-sdk to v0.9.0 * Fix lock * Fix * Update renovate config * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
Aqua DHT service
Rust implementation of the AquaDHT service.
How to build .wasm
- Install dependencies
rustup toolchain install nightly-2021-03-24-x86_64-unknown-linux-gnu
rustup default nightly-2021-03-24-x86_64-unknown-linux-gnu
rustup target add wasm32-wasi
cargo install +nightly marine
- Compile compile .wasm and generate aqua file
./build.sh
How to run tests
cargo test --release -- --test-threads=1