More specific requirements will be listed in the subdirectories.
This project is built for the stable Rust toolchain but it requires the nightly versions of rustfmt and clippy.
Run the following command to install the nightly toolchain:
rustup toolchain install nightly
To make your life easier you should also install just
which is used to perform various tasks.
You can run the following command to install it:
cargo install just
build/
: javascript source filesjs/
: built Javascript code which is used by the codesrc/
: library source codets2rs/
: tool for converting Monaco's Typescript definition towasm-bindgen