Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 580 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 580 Bytes

Rust

Automata

Build

On Ubuntu/Debian, install the following packages:

sudo apt-get update
sudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl

Install Rust through rustup.rs:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Initialize your Wasm Build environment:

./scripts/init.sh

Build Wasm and native code:

cargo build --release

License

Apache 2.0