From 3f5db9ae793015b279c38e64b7c1fb5a7d5fd01c Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 4 Feb 2024 00:05:28 +0100 Subject: docs: update readme Signed-off-by: Henry Gressmann --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CONTRIBUTING.md') 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 `**\ + Run a single benchmark. e.g. `cargo benchmark argon2id` + - **`cargo test-wast `**\ Run a single WAST test file. e.g. `cargo test-wast ./examples/wast/i32.wast` -- cgit v1.3.1