Tooling
The first step is to install Rust, if not already installed. The recommended method is to do so using rustup, which makes updating and managing your installation easy later on.
With Rust installed, the next step is to install the proper toolchain for compiling for WebAssembly. You can do so with the following command:
rustup install wasm32-unknown-unknown
In addition to the Rust tooling, the aidoku cli provides all the other necessary functionality for source development. To install it, run:
cargo install --git https://github.com/Aidoku/aidoku-rs aidoku-cli