We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af51ad commit b14799aCopy full SHA for b14799a
1 file changed
samples/file/wasm-app/main.c
@@ -18,7 +18,7 @@
18
#define WORLD_OFFSET 7
19
#define NAME_REPLACMENT "James"
20
#define NAME_REPLACMENT_LEN (sizeof(NAME_REPLACMENT) - 1)
21
-#define ADDITIONAL_SPACE 1 * 1024 * 1024
+#define ADDITIONAL_SPACE 16 * 1024
22
23
int
24
main(int argc, char **argv)
0 commit comments