Skip to content

Commit

Permalink
Update WABT to 1.0.32; Increase stack size for WASM AOT apps (halide#…
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson authored and ardier committed Mar 3, 2024
1 parent 96cf9ef commit f679a56
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 f679a56

Please sign in to comment.