Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Rust-wasm problem: ERR_OSSL_EVP_UNSUPPORTED
I 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:
cargo-generate
from the templatewasm-pack build
to get the /pkg
directorynpm init wasm-app www
to get the /www
directorywebpack
dependency (once)/pkg
directorywasm-game-of-life
)npm run start
- that's where I get an Error! (nothing appears on http://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