File: CONTRIBUTING.md

package info (click to toggle)
rust-walrus 0.24.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,692 kB
  • sloc: sh: 32; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
```

[WABT]: https://github.com/WebAssembly/wabt