Skip to content

Commit a467d44

Browse files
Support CompileRequest in the orchestrator
The orchestrator allows starting up a Docker container and then communicating with it while it's running. We can then request files to be read or written in the container as well as running processes. Just enough has been done to connect the pieces needed to support compiling to assembly / LLVM / MIR, etc. Future work will add other operations including the ability to run the code. Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
1 parent 5b77f0f commit a467d44

File tree

8 files changed

+2748
-0
lines changed

8 files changed

+2748
-0
lines changed

compiler/base/orchestrator/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

0 commit comments

Comments
 (0)