rustwasm / book

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

Use `wasm-pack publish --scope <username> --access public` in publishing chapter #95

Open fitzgen opened 6 years ago

fitzgen commented 6 years ago

Waiting on a new wasm-pack release.

Right now we tell people to add their username to the end of the package name, but instead we should use scopes and --access public