-
Notifications
You must be signed in to change notification settings - Fork 97
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
This module doesn't work anymore #206
Comments
You can still run it using
I used |
Yes this template needs to be either updated or the tutorial and web book on rust+wasm (game of life) should not recommend this template. I have had to switch to using |
Has anyone found any good alternatives? |
Please look at the changes in this PR-208 which helps resolve this issue. |
With latest Node version: v20.11.0 and following dependencies it runs clean. "dependencies": { And webpack.config.js should be replaced with: const CopyPlugin = require("copy-webpack-plugin"); module.exports = { |
what @ratulb suggested works. is this project not supported anymore? |
Seems this book is unmantained |
my solution (it's weird but works for me): on your wasm-game-of-life directory,
my environment:
|
works for me but you have to change the folder of |
I mean it dependencies have updated A lot and there are many breaking changes
I guess you shouldn't have used webpack then 😝
simply use --target web I suppose.
The text was updated successfully, but these errors were encountered: