Skip to content

Commit

Permalink
fix(build): Increase maximum wasm memory size from 2GB to 4GB (fixes #25
Browse files Browse the repository at this point in the history
). (#38)
  • Loading branch information
junhaoliao authored Dec 5, 2024
1 parent 288783a commit 01aa3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ set(CLP_FFI_JS_COMMON_LINK_OPTIONS
-fwasm-exceptions
-sALLOW_MEMORY_GROWTH
-sEXPORT_ES6
-sMAXIMUM_MEMORY=4GB
-sMODULARIZE
-sWASM_BIGINT
)
Expand Down

0 comments on commit 01aa3a5

Please sign in to comment.