Skip to content

Commit

Permalink
Update WABT to 1.0.32; Increase stack size for WASM AOT apps (#7373)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Feb 23, 2023
1 parent 144c1a4 commit b6a18b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
endif ()

if (WITH_WABT)
set(WABT_VER 1.0.30)
set(WABT_VER 1.0.32)

message(STATUS "Fetching WABT ${WABT_VER}...")
FetchContent_Declare(wabt
Expand Down Expand Up @@ -106,6 +106,7 @@ function(add_wasm_executable TARGET)
-s ASSERTIONS=1
-s ALLOW_MEMORY_GROWTH=1
-s ENVIRONMENT=node
-s STACK_SIZE=98304
)

set(SRCS)
Expand Down

0 comments on commit b6a18b8

Please sign in to comment.