From e7051ee5778df23021e3fb1a48e814f5e3dd0898 Mon Sep 17 00:00:00 2001 From: Nis Meinert Date: Wed, 21 Jan 2026 17:35:18 +0100 Subject: [PATCH] doc: add cargo to list of requirements 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 932437ecc..014016dee 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.