threading
Some checks failed
Build and Deploy / package-dist (push) Blocked by required conditions
Build and Deploy / deploy-itch (push) Blocked by required conditions
Build and Deploy / deploy-gitea (push) Blocked by required conditions
Build and Deploy / build-linux (push) Failing after 55s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s

This commit is contained in:
2025-03-10 22:49:48 -05:00
parent bab09fed6d
commit 847a3ef314
9 changed files with 176 additions and 56 deletions

View File

@@ -21,7 +21,7 @@ typedef struct transform {
JSValue change_hook;
} transform;
void clean_all();
void clean_all(JSContext *js);
transform *make_transform();
void transform_free(JSRuntime *rt,transform *t);