Requirements

  • Rust (obviously)
  • The wasm32-unknown-unknown target
    • rustup target add wasm32-unknown-unknown
  • Cmake
    • MacOS
      • brew install cmake
      • ports install cmake
    • Debian/Ubuntu
      • apt-get install cmake
    • FreeBSD
      • pkg install cmake
    • Windows
      • choco install cmake
      • (cmake.org/download)[https://cmake.org/download/]