About

Who is this for?

Why should you use it?

Other


Building the project from source using crates.io

  1. Install Rustup
  2. run cargo install wt_custom_lang

Building the project from git

  1. Install Rustup
  2. Clone the repository (master will always compile, nightly might not)
  3. Run cargo build --release to build, or cargo run --release to run directly

Building the project using docker

  1. Make sure to have a running Docker installation
  2. Modify the dockerfile and start script to suit the build target
  3. Run the image