feat(furvm): introduce executor

This commit is contained in:
2026-06-06 21:05:17 +02:00
parent 16b6b9549c
commit a869f71f3a
6 changed files with 145 additions and 5 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
#include "furvm/context.hpp"
namespace furvm {}
namespace furvm {
context::context() {}
} // namespace furvm