rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Remove reference to wasm32-unknown-unknown target #268

Closed jeffs closed 2 years ago

jeffs commented 2 years ago

The target is now automatically installed by wasm-pack as needed: https://github.com/rustwasm/wasm-pack/issues/613

See also #160.