first ever upload

This commit is contained in:
2026-03-17 20:41:40 -06:00
parent 707b56703d
commit a8f30f6967
10 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include <spider/runtime/common.hpp>
namespace spider {
class Runtime;
class CPU;
class RAM;
}