I'm following this tutorial to re-learn #WebAssembly programming in #Rust using the latest coolness of wasm-bindgen, wasm-pack, and... NO emscripten!
https://rustwasm.github.io/book/game-of-life/hello-world.html
Of course, my brand new hello world app starts off with 8 high severity vulnerabilities
After manually updating all the devDependencies in package.json. the webpack-dev-server starts again, but now it's refusing to load my #wasm code due to a BREAKING CHANGE.
Is npm a new type of DLL hell?? Luckily, there are clear instructions to solve the problem...
All right, my hello-wasm works!
Time spent writing WebAssembly code in Rust: 1 min
Time spent fighting npm: 1 hour