Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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