rustwasm / book

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

Update hello world tutorial section to better reflect the current state of the templates and tooling. #238

Closed ThePuzzlemaker closed 3 years ago

ThePuzzlemaker commented 4 years ago

Summary

Fixes #214 Fixes #187

This PR updates the hello world section to better reflect the current tooling and templates. It includes changing various files and their descriptions and including information about generating the project using wasm-pack instead of cargo-generate (which is used by wasm-pack new anyway)

ThePuzzlemaker commented 3 years ago

Closing due to inactivity