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 3e59576 commit 0653a4bCopy full SHA for 0653a4b
cmake/example.cmake
@@ -51,7 +51,7 @@ if(EMSCRIPTEN)
51
-sEXPORTED_FUNCTIONS=_main,_malloc,_free,_memcpy \
52
-sEXPORTED_RUNTIME_METHODS=ccall \
53
-sUSE_GLFW=3 \
54
- -sALLOW_MEMORY_GROWTH=1 \
+ -sALLOW_MEMORY_GROWTH=1 -sSTACK_SIZE=10000000 \
55
-sASYNCIFY \
56
--js-library=${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/library_webgpu_enum_tables.js \
57
--js-library=${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/library_webgpu_generated_struct_info.js \
0 commit comments