From 1e896871f60255dbbe8925485b733acf3b45111b Mon Sep 17 00:00:00 2001 From: Nis Meinert Date: Wed, 21 Jan 2026 23:45:18 +0100 Subject: [PATCH] doc: add cargo to list of requirements (#586) During the build step, cargo is needed but this was not listed under requirements. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 932437e..014016d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The Wasm-sdk's build process needs some packages : * `clang` * `ninja` * `python3` +* `cargo` Please refer to your OS documentation to install those packages.