Skip to content

Commit c001fa4

Browse files
authored
Merge branch 'trunk' into blueprint-editor
2 parents 29f0b84 + 8d7b5f8 commit c001fa4

File tree

604 files changed

+198405
-79717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+198405
-79717
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ packages/php-wasm/cli/src/ca-bundle.crt
7272
# Debug artifacts generated by the build with --WITH_DEBUG, --WITH_SOURCEMAPS.
7373
packages/php-wasm/**/php-src/*
7474
packages/php-wasm/**/php.wasm.map
75+
76+
# File generated by emscripten 4.0.19 during PHP.wasm compilation since
77+
default.profraw

package-lock.json

Lines changed: 1413 additions & 1041 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/php-wasm/compile/base-image/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ RUN set -euxo pipefail;\
4747
#
4848
# WASM libraries to rebuild live here:
4949
# https://github.com/WordPress/wordpress-playground/tree/67d916b5eccfe78e26e9c953598cc1a81f316931/packages/php-wasm/compile
50+
#
51+
# Version 4.0.19 is required. MAIN_MODULE should not be built as RELOCATABLE.
52+
# https://github.com/emscripten-core/emscripten/commit/4d16f757adcc801fb3f990ccb6100b747c815650
53+
#
5054
RUN ln -s /usr/bin/python3 /usr/bin/python
5155
RUN git clone https://github.com/emscripten-core/emsdk.git && \
52-
./emsdk/emsdk install 4.0.5 && \
53-
/root/emsdk/emsdk activate 4.0.5
56+
./emsdk/emsdk install 4.0.19 && \
57+
/root/emsdk/emsdk activate 4.0.19
5458

5559
RUN mkdir -p /root/lib/lib /root/lib/include /root/lib/share /root/lib/bin
5660

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ImageMagick-7/MagickWand

packages/php-wasm/compile/libImageMagick/asyncify/dist/root/lib/lib/libMagickCore-7.Q16HDRI.a

Lines changed: 10997 additions & 11145 deletions
Large diffs are not rendered by default.
Binary file not shown.

packages/php-wasm/compile/libImageMagick/jspi/dist/root/lib/include/ImageMagick-7/MagickCore/magick-baseconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,10 +1163,10 @@
11631163
/* #undef MODULES_DIRNAME */
11641164

11651165
/* Magick API method prefix */
1166-
/* #undef NAMESPACE_PREFIX */
1166+
#define MAGICKCORE_NAMESPACE_PREFIX PHPWasm_Magick_
11671167

11681168
/* Magick API method prefix tag */
1169-
/* #undef NAMESPACE_PREFIX_TAG */
1169+
#define MAGICKCORE_NAMESPACE_PREFIX_TAG "PHPWasm_Magick_"
11701170

11711171
/* Define to 1 if assertions should be disabled. */
11721172
/* #undef NDEBUG */
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ImageMagick-7/MagickWand

packages/php-wasm/compile/libImageMagick/jspi/dist/root/lib/lib/libMagickCore-7.Q16HDRI.a

Lines changed: 15434 additions & 11443 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)