Skip to content

Commit

Permalink
Add missing COPY of wasm_memory_storage extension
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 3, 2024
1 parent 1f6a238 commit 8211ad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/php-wasm/compile/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN git clone https://github.com/php/php-src.git php-src \
--single-branch \
--depth 1;

# Work around memory leak due to PHP using Emscripten's incomplete mmap/munmap support
COPY ./php-wasm-memory-storage /root/php-src/ext/wasm_memory_storage

RUN cd php-src && ./buildconf --force

# Bring in the libraries
Expand Down

0 comments on commit 8211ad7

Please sign in to comment.