Load external PHP.wasm extension manifests#1843
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Let recipe callers declare startup-loaded PHP.wasm extension manifests through a generic JSPI-only runtime contract.
What changed
How to test
npm install; expect Workspace dependencies install successfully..npm exec -- tsx tests/php-wasm-extension-manifests.test.ts; expect The manifest contract test prints php wasm extension manifests ok..npm run build; expect All runtime-core, runtime-playground, and CLI TypeScript projects compile..Compatibility
Backwards compatible: recipes without runtime.extensions are unchanged. Consumers opting into external manifests require a JSPI-capable Node runtime and ABI-compatible extension artifacts; Asyncify requests fail explicitly. No WPCOM, Sodium, or product-specific behavior is added to WP Codebox.
Evidence
@php-wasm/compile-extension– a workflow for building custom extensions WordPress/wordpress-playground#3582AI assistance
Source relationships