From 6e6f88096486d9844266a069164ae3f62ca7c8ac Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Fri, 8 Sep 2023 10:40:19 -0700 Subject: [PATCH] Mention installing wasm-tools in contributing docs --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1eedae23..d62285cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,10 @@ Otherwise if you have a local checkout of Wasmtime you can symlink its `libwasmtime.so` (or equivalent) to `wasmtime/linux-x86_64/_libwasmtime.so` (or equivalent). +``` +cargo install wasm-tools +``` + Next the bindings generation requires compiling some Rust code to WebAssembly, which can be done with: