diff --git a/_site/index.html b/_site/index.html index c5ad8ad..a0fddec 100644 --- a/_site/index.html +++ b/_site/index.html @@ -119,8 +119,8 @@

Example

and compile/run it with:

-$ rustup target add wasm32-wasi
-$ rustc hello.rs --target wasm32-wasi
+$ rustup target add wasm32-wasip1
+$ rustc hello.rs --target wasm32-wasip1
 $ wasmtime hello.wasm
 Hello, world!
 
diff --git a/index.md b/index.md index 52cd81a..db65295 100644 --- a/index.md +++ b/index.md @@ -108,8 +108,8 @@ fn main() { and compile/run it with: ```sh -$ rustup target add wasm32-wasi -$ rustc hello.rs --target wasm32-wasi +$ rustup target add wasm32-wasip1 +$ rustc hello.rs --target wasm32-wasip1 $ wasmtime hello.wasm Hello, world! ```