IExecProvider

Interface for exec providers that take source code and output the compiled program's output.

Members

Functions

compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(RunInput input)
Undocumented in source.
installedPackages
Package[] installedPackages()
Undocumented in source.

Structs

RunInput
struct RunInput
Undocumented in source.

Meta