Skip to content

Commit

Permalink
Merge pull request #1142 from dallasbrittany/patch-1
Browse files Browse the repository at this point in the history
Update non-rustup-setups.md
  • Loading branch information
drager authored Jun 13, 2022
2 parents 38a9a41 + 6c1fc85 commit e925ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/prerequisites/non-rustup-setups.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Non-Rustup setups
`wasm-pack` compiles your code using the `wasm32-unknown-unknown` target. `wasm-pack` will automatically add this target for Rustup setups if you don't already have it installed by doing `rustup target add wasm32-unknown-unknown`. However, if you're not using Rustup we won't be able to this automatically and you'll have to do this yourself.
`wasm-pack` compiles your code using the `wasm32-unknown-unknown` target. `wasm-pack` will automatically add this target for Rustup setups if you don't already have it installed by doing `rustup target add wasm32-unknown-unknown`. However, if you're not using Rustup, then we won't be able to do this automatically, and you'll have to do this yourself.

## Manually add wasm32-unknown-unknown
*Disclaimer: This is not guaranteed to work for every setup. These instructions below are specific for setups that match the exact rustc release, which means that the downloaded wasm32 target can be incompatible.*
Expand Down

0 comments on commit e925ca9

Please sign in to comment.