Skip to content

Latest commit

History

History
22 lines (14 loc) 路 278 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) 路 278 Bytes

Contributing to walrus

Build

To build walrus, run:

cargo build

Test

The tests rely on WABT being installed on your system's $PATH, so make sure you have that first.

Then run:

cargo test --all