Expand description
CLI tool to compile Cranelift IR files to native code in memory and execute them.
Structsยง
- Options
- Execute clif code and verify with test expressions
Functionsยง
- create_
target_ ๐isa - Build an ISA based on the current machine running this code (the host)
- run
- run_
file_ ๐contents - Main body of
run_single_file
separated for testing - run_
single_ ๐file - Run all functions in a file that are succeeded by โrun:โ comments