elemes/compiler_worker
a2nr dbed014474 feat(playground): multi-tab playground + FileTree + Console + stdin wiring to compile worker
- playground route: velxio/flowchart/circuit/code tabs with auto-save
- FileTree + ConsolePanel for C/Python code tab
- compileCode() forwards stdin through routes/compile.py to compiler_worker
- compiler_worker run_c_code/run_python_code accept stdin, pass via subprocess.run(input=)
- known issue: Console UI does not queue stdin properly → fix in next cycle
2026-08-01 22:32:54 +00:00
..
Dockerfile security: implement gVisor sandboxing and harden API endpoints 2026-04-21 15:13:16 +07:00
app.py feat(playground): multi-tab playground + FileTree + Console + stdin wiring to compile worker 2026-08-01 22:32:54 +00:00