Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 436 Bytes

File metadata and controls

17 lines (12 loc) · 436 Bytes

Ledger

Rust implementation of the mina ledger

Run tests:

cargo test --release

Run tests on wasm:

export RUSTFLAGS="-C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--max-memory=4294967296"
wasm-pack test --release --chrome --headless -- -Z build-std=std,panic_abort # browser chrome
wasm-pack test --release --firefox --headless -- -Z build-std=std,panic_abort # browser firefox