Skip to content

Commit 831f56e

Browse files
authored
Load external PHP.wasm extension manifests (#1843)
1 parent 8db3c93 commit 831f56e

13 files changed

Lines changed: 417 additions & 42 deletions

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"test:playground-readonly-mounts": "tsx tests/playground-readonly-mounts.test.ts",
9696
"test:playground-readonly-mounts-integration": "tsx tests/playground-readonly-mounts-integration.test.ts",
9797
"test:playground-phpunit-readonly-cache-integration": "tsx tests/playground-phpunit-readonly-cache.integration.test.ts",
98+
"test:php-wasm-extension-manifests": "tsx tests/php-wasm-extension-manifests.test.ts",
9899
"test:browser-task-builder": "tsx tests/browser-task-builder.test.ts",
99100
"test:browser-runtime-generic-invoker": "tsx tests/browser-runtime-generic-invoker.test.ts",
100101
"test:browser-runtime-file-ops": "tsx tests/browser-runtime-file-ops.test.ts",
@@ -251,7 +252,7 @@
251252
"@automattic/wp-codebox-cli": "file:packages/cli",
252253
"@automattic/wp-codebox-core": "file:packages/runtime-core",
253254
"@automattic/wp-codebox-playground": "file:packages/runtime-playground",
254-
"@php-wasm/node-8-4": "^3.1.36",
255+
"@php-wasm/node-8-4": "^3.1.45",
255256
"@types/pngjs": "^6.0.5",
256257
"@wp-playground/cli": "^3.1.35",
257258
"@wp-playground/wordpress-builds": "^0.9.4",

0 commit comments

Comments
 (0)