Moved vm_* code to its own file (runtime.(h|c))

This commit is contained in:
2023-10-15 21:41:16 +01:00
parent 14e9192996
commit 639808a092
5 changed files with 293 additions and 236 deletions

View File

@@ -14,6 +14,8 @@
#include <stdint.h>
#define ARR_SIZE(xs) (sizeof(xs) / sizeof(xs[0]))
typedef uint64_t u64;
typedef uint32_t u32;
typedef int32_t i32;