Skip to content

Commit

Permalink
add --target=wasm32-unknown-unknown to README.md (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
phocks authored Dec 26, 2023
1 parent a3132cb commit 8e8411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustup target add wasm32-unknown-unknown
Then, to build a cart.wasm file, run:

```
cargo build --release
cargo build --release --target=wasm32-unknown-unknown
```

To import the resulting WASM to a cartridge named `game.tic`:
Expand Down

0 comments on commit 8e8411d

Please sign in to comment.