-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Tutorial seems to be broken #213
Comments
I'm also receiving the same errors when trying to follow the tutorial. Running on macOS. Happy to provide any other helpful information. |
The root of the issue (I just need to catch my flight and i'll investigate that). |
@roydaw could you please send me the repo the tutorial points to? or the tutorial? |
@xtuc But I don't know which chapter has the bug. |
I can't reproduce the issue, every chapter of the |
I tried to start the tutorial again and got hung up at a different point. I'm trying to follow this page https://rustwasm.github.io/book/game-of-life/setup.html This time I wasn't able to build the project with
I checked my
So I have no idea why it would do that. |
Oh shoot, good catch! I think that |
@roydaw ah for that @data-pup is correct, and I've submitted an update to the tutorial at rustwasm/book#48 |
Awesome, I past |
@roydaw have you tried updating your NPM dependencies? This may be a fixed bug in webpack perhaps? The compiler suggestion should be fixed in rust-lang/rust#52458 |
Okay! I ran |
Ok great! In that case sounds like this is fixed now, so closing |
same error here, even after execute npm update. |
After running
npm run serve
I get this error:I inspected my wasm_game_of_lif_bg.wasm and found that all functions were defined.
__wbindgen_malloc
,greet
, and__wbindgen_free
.The text was updated successfully, but these errors were encountered: