You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ and then follow the
39
39
language guides, and the [guide on writing Spin applications](https://developer.fermyon.com/spin/configuration/).
40
40
41
41
## Usage
42
-
Below is an example of using the `spin` CLI to create a new Spin application. To run the example you will need to install the `wasm32-wasi` target for Rust.
42
+
Below is an example of using the `spin` CLI to create a new Spin application. To run the example you will need to install the `wasm32-wasip1` target for Rust.
43
43
44
44
```bash
45
-
$ rustup target add wasm32-wasi
45
+
$ rustup target add wasm32-wasip1
46
46
```
47
47
48
48
First, run the `spin new` command to create a Spin application from a template.
@@ -55,7 +55,7 @@ Running the `spin new` command created a `hello-rust` directory with all the nec
55
55
```bash
56
56
# Compile to Wasm by executing the `build` command.
0 commit comments