Open
Description
Describe the bug
Without an update of the wasm-bindgen dependency from v0.2.13 to v0.2.17 the initial npm run build-debug
on the chapter-zero
branch fails to compile.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/rustwasm/wasm_game_of_life.git
cd wasm_game_of_life
git checkout -b chapter-zero origin/chapter-zero
npm install
npm run build-debug
Expected behavior
npm run build-debug
compiles without error.
Additional context
It's no trouble to run cargo update -p wasm-bindgen
, but I think that slows readers down. Luckily the error messages are very clear, but it might still be intimidating to a newcomer to troubleshoot this.
For what it's worth, I'm using
- nvm - v0.33.11
- Node.js - v10.9.0
- npm - v6.4.0
- cargo - 1.29.0-nightly (6a7672ef5 2018-08-14)
- wasm-bindgen-cli - v0.2.17
Metadata
Metadata
Assignees
Labels
No labels