summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-04 00:05:28 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-04 00:05:28 +0100
commit3f5db9ae793015b279c38e64b7c1fb5a7d5fd01c (patch)
treef600bbb531ffbc6cd1e5653ec667231c66215602 /CONTRIBUTING.md
parentf6dba823b785cb05a024d52f787b81bd56d6b3e4 (diff)
docs: update readme
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8c00a34..bd91491 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,6 +13,12 @@
- **`cargo test-mvp`**\
Run the WebAssembly MVP (1.0) test suite. Be sure to cloned this repo with `--recursive` or initialize the submodules with `git submodule update --init --recursive`
+- **`cargo test-2`**\
+ Run the full WebAssembly test suite (2.0)
+
+- **`cargo benchmark <benchmark>`**\
+ Run a single benchmark. e.g. `cargo benchmark argon2id`
+
- **`cargo test-wast <path>`**\
Run a single WAST test file. e.g. `cargo test-wast ./examples/wast/i32.wast`