From 193fa5b583c29e5ec428c6fe557e5b48fcbd7788 Mon Sep 17 00:00:00 2001 From: Victor Lopes Date: Fri, 17 Nov 2023 00:10:13 +0100 Subject: [PATCH] fix: add WASI requirement to readme (#4) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c49a22f..7920dec 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This utility creates [Metamask Snaps](https://metamask.io/snaps/) for Sovereign - [Git](https://git-scm.com/) - [Rust](https://www.rust-lang.org/tools/install) +- Rust WASI target: `rustup target add wasm32-wasi` - [Yarn](https://yarnpkg.com/) - [binaryen](https://github.com/WebAssembly/binaryen) - [wabt](https://github.com/WebAssembly/wabt)