Whilst attempting to use rustup to add the wasm32-unknown-unknown target, I just receive this error sh: 1: rustup: not found. Any ideas on how to properly build wasm from rust on railway?
I have a Node.JS webserver setup with a Parcel plugin for building and serving WASM. However once deployed to Railway I recieve many errors like these. Is there a simple solution for this?
note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`