Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 250 Bytes

Hijskraan

Explorations in Cranelift code generation.

cargo run --bin compile generates an object file with two functions.

cargo run --bin exec then links the generated object file from the previous step in a rust application and calls them.