Skip to content

Commit e0e2db2

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 4f0f472 commit e0e2db2

File tree

8 files changed

+2746
-0
lines changed

8 files changed

+2746
-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)