mirror of
https://github.com/rustwasm/wasm-pack.git
synced 2025-12-08 18:23:30 +00:00
- First, show only the instructions specific to the detected platform. - Then, always display the cargo, npm, and yarn install options below. - Add a note to the unix instructions to say you can use the alternative options if you don't like piping `curl` into `sh`. Fixes #355