We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf00da commit c2be37aCopy full SHA for c2be37a
Dockerfile
@@ -50,7 +50,7 @@ FROM php_src AS php-wasm
50
ARG WASM_ENVIRONMENT=web
51
ARG ASSERTIONS=0
52
ARG OPTIMIZE=-O2
53
-ARG PRE_JS=
+# ARG PRE_JS=
54
ARG INITIAL_MEMORY=256mb
55
COPY ./source /src/source
56
COPY --from=libxml /src/libxml2/build/ /src/usr
@@ -116,7 +116,7 @@ RUN mkdir /build && emcc $OPTIMIZE \
116
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
117
-s MODULARIZE=1 \
118
-s INVOKE_RUN=0 \
119
- --pre-js=$PRE_JS \
+ # --pre-js=$PRE_JS \
120
-s LZ4=1 \
121
-s EXPORT_ES6=1 \
122
-s EXPORT_NAME=createPhpModule \
0 commit comments