edlc_codegen_cranelift 0.2.13

Cranelift codegen backend for the EDL compiler
Documentation
1
2
3
4
5
6
7

/// Testos is the god of testing and this this constant.
const TESTOS: u32 = 1234;

fn i_am_testos() {
    test_lib::println("I am Testos, the god of testing!");
}