We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99bb6 commit d70265dCopy full SHA for d70265d
gltf/package.json
@@ -21,5 +21,8 @@
21
],
22
"scripts": {
23
"prepublishOnly": "node cli.js -v"
24
+ },
25
+ "engines": {
26
+ "node": ">=18"
27
}
28
tools/wasmstubs.cpp
@@ -2,9 +2,9 @@
2
#error This file contains libc stubs for WASI SDK and should only be used in non-Emscripten WebAssembly builds
3
#endif
4
5
+#include <assert.h>
6
#include <stddef.h>
7
#include <stdint.h>
-#include <assert.h>
8
9
extern unsigned char __heap_base;
10
static intptr_t sbrkp = intptr_t(&__heap_base);
0 commit comments