renovate[bot] e66457c0ff
fix(deps): pin dependencies (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-10 14:01:52 +03:00
..
2022-09-20 19:06:21 +04:00
2023-04-06 16:57:29 +04:00
2023-04-10 14:01:52 +03:00
2022-02-24 16:37:58 +03:00

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