Setup your Rust environment
Last updated
Was this helpful?
Last updated
Was this helpful?
To be able to run Wasmer inside our Rust application, we will need Rust installed in our system.
The easiest way to get in your system is via . To get Rustup on Linux and macOS, you can run the following:
To ensure this is installed, let's run the following:
If these commands work, Rust is successfully installed!
Next, let's take a look at some examples!