Context
When a pending job is submitted, provision a new VM using the initramfs image corresponding to the requested language.
Tasks
Acceptance Criteria:**
Related Code:**
virt/src/bin/run_vm.rs - VM launching logic
src/main.rs - Job polling/background task
Context
When a pending job is submitted, provision a new VM using the initramfs image corresponding to the requested language.
Tasks
Acceptance Criteria:**
supported_languagesto find initramfs path{language}-{version}.cpio.gzfrombackend/tmp/RunningRelated Code:**
virt/src/bin/run_vm.rs- VM launching logicsrc/main.rs- Job polling/background task