Update quickjs-ng to 0.9.0

This commit is contained in:
luboslenco
2025-03-11 10:30:34 +01:00
parent 1e7b7d6be4
commit 7b81db745d
26 changed files with 35846 additions and 30198 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
#include <string.h>
#include <stdbool.h>
#include "quickjs/quickjs.h"
#include "quickjs/quickjs-libc.h"
#include "quickjs.h"
#include "quickjs-libc.h"
extern JSRuntime *js_runtime;
extern JSContext *js_ctx;