runtime progress

This commit is contained in:
2026-03-21 09:49:42 -06:00
parent 5a4eb66c78
commit 9feef38410
10 changed files with 488 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ namespace spider {
* This is where the Spider VM (Runtime) lives
*/
class Runtime {
private:
public:
CPU cpu;
RAM ram;