InversionSpaces e9ba1ad248
fix(registry): Revert release registry 0.9.4 (#331)
Revert "chore(main): release registry 0.9.4 (#319)"

This reverts commit e000e46128857788351e28f789750c0030c4cc9f.
2024-01-04 10:29:26 +00:00
..
2023-11-21 16:55:05 +02: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