merge cell

This commit is contained in:
2026-02-23 16:54:19 -06:00
parent 99fb575c9c
commit c5536697ff
10 changed files with 1111 additions and 1374 deletions

View File

@@ -1,4 +1,5 @@
#include "cell.h"
#include "quickjs-internal.h"
JSC_CCALL(os_mem_limit, JS_SetMemoryLimit(JS_GetRuntime(js), js2number(js,argv[0])))
JSC_CCALL(os_max_stacksize, JS_SetMaxStackSize(js, js2number(js,argv[0])))