Rust-wasm problem: ERR_OSSL_EVP_UNSUPPORTED
⚓ Rust 📅 2025-06-17 👤 surdeus 👁️ 13I have an issue regarding Rust with WebAssembly. I'm currently trying to get the first application aka website to run, I followed the official guide:
- Generating the project with
cargo-generatefrom the template - Installing wasm-pack and running
wasm-pack buildto get the/pkgdirectory - Running
npm init wasm-app wwwto get the/wwwdirectory - Installing the
webpackdependency (once) - Adding the dependency to the
/pkgdirectory - Changing the import to use the specified dependency (
wasm-game-of-life) npm run start- that's where I get an Error! (nothing appears onhttp://localhost:8080/too)
The Error:
complete Error after 'npm run start' (click for more details)I am not sure what this exactly mean, so, did I do sth wrong? And if yes, what? If not, what do I need to do? (I already tried node --trace-deprecation, but it didn't really help)
I also looked up the error, but it seems to be a more general one...
Thanks in advance!
1 post - 1 participant
🏷️ rust_feed