We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca51c commit 2c0b07aCopy full SHA for 2c0b07a
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_EXECUTABLE_SUFFIX ".wasm")
6
7
add_compile_options(-Werror -Wall -Wextra -Wimplicit-fallthrough)
8
9
-add_link_options(-Wl,--max-memory=33554432)
+add_link_options(-Wl,--max-memory=67108864)
10
11
add_executable(python-host pyhost.c)
12
0 commit comments