add emscripten target

This commit is contained in:
2025-12-07 11:54:03 -06:00
parent c24a5079cb
commit 14cf48931d
5 changed files with 238 additions and 3 deletions

View File

@@ -16,6 +16,9 @@
#define ENGINE "engine.cm"
#include <signal.h>
#include <unistd.h>
static qop_desc qop_core;
static qop_file *qop_hashmap = NULL;
cell_rt *root_cell = NULL;