add wf and w16 fns to blob

This commit is contained in:
2025-12-22 16:29:38 -06:00
parent 8b9e088385
commit 3cf7aa473e
2 changed files with 45 additions and 3 deletions

View File

@@ -1441,8 +1441,8 @@ void JS_FreeRuntime(JSRuntime *rt)
printf("Secondary object leaks: %d\n", count);
}
#endif
if (!list_empty(&rt->gc_obj_list))
printf("Object leaks!\n");
// if (!list_empty(&rt->gc_obj_list))
// printf("Object leaks!\n");
// assert(list_empty(&rt->gc_obj_list));
/* free the classes */