Module function_runner

Source
Expand description

Provides functionality for compiling and running CLIF IR for run tests.

Structs§

CompiledTestFile
A finalized Test File
TestFileCompiler
Compile a test case.
Trampoline
A callable trampoline

Enums§

CompilationError
Compilation Error when compiling a function.

Constants§

COMPILED_TEST_FILE
TLS slot used to store a CompiledTestFile reference so that it can be recovered when a hostcall (such as the exception-throw handler) is invoked.