Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 364 Bytes

File metadata and controls

26 lines (19 loc) · 364 Bytes

GIE Rust Project

This project contains all rust modules of GIE, including:

  • Common
  • Assembly
  • IR
  • Engine
  • Store

To format the crates, cd each crate and run:

cargo +nightly fmt

To compile the crates, cd each crate and run:

cargo build --workspace

To test the crates, cd each crate and run:

cargo test --workspace