Refactor WASM runner and logging functionality; add heartbeat task and improve initialization process

This commit is contained in:
Lukas Höppner
2026-08-12 01:22:09 +02:00
parent 27c3aaf88f
commit b623e5cf0a
13 changed files with 261 additions and 95 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef NOVA64_API_H
#define NOVA64_API_H
void register_nova64_imports(void);
void nova64_register_imports(void);
#endif // NOVA64_API_H