Module run

Source
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