This commit is contained in:
2025-12-21 10:37:02 -06:00
parent d50f4119ee
commit 8b9e088385
32 changed files with 206 additions and 144 deletions

View File

@@ -56,6 +56,7 @@ typedef struct cell_rt {
JSAtom actor_sym;
const char *name; // human friendly name
cell_hook trace_hook;
} cell_rt;
cell_rt *create_actor(void *wota);