Add quickjs to tree

This commit is contained in:
2023-04-22 19:07:37 +00:00
parent 653e80cae8
commit 1e8d76961d
68 changed files with 97874 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ struct callee {
JSValue obj;
};
void script_startup();
void script_init();
void script_run(const char *script);
int script_dofile(const char *file);