Skip to content

Commit

Permalink
Try again without ASSERTIONS or SAFE_HEAP
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 6, 2024
1 parent cf0dc4e commit 5a6343a
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 1,266 deletions.
4 changes: 2 additions & 2 deletions packages/php-wasm/compile/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,8 @@ RUN set -euxo pipefail; \
-s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "PROXYFS"]' \
-s INITIAL_MEMORY=1024MB \
-s ALLOW_MEMORY_GROWTH=1 \
-s ASSERTIONS=1 \
-s SAFE_HEAP=1 \
-s ASSERTIONS=0 \
-s SAFE_HEAP=0 \
-s SAFE_HEAP_LOG=0 \
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
-s NODEJS_CATCH_EXIT=0 \
Expand Down
Binary file modified packages/php-wasm/node/public/8_0_30/php_8_0.wasm
Binary file not shown.
Loading

0 comments on commit 5a6343a

Please sign in to comment.