From d6a8fd6dd7d57dc9bd65f6c9b0548597c7c057da Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 2 Dec 2024 16:49:10 -0800 Subject: [PATCH] Update README.md Co-authored-by: Pat Hickey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48aa1dd..4595643 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ fn main() { This crate can currently be used in three main ways. -- One is to use it and compile for the [`wasm32-wasip2` target] in Rust 1.82. +- One is to use it and compile for the [`wasm32-wasip2` target] in Rust 1.82 and later. This is the simplest approach, as all the tools needed are included in the Rust tooling, however it doesn't yet support some of the features of the other approaches.