Skip to content

[PHP] Isomorphic, reusable spawn handler - #2359

Merged
adamziel merged 2 commits into
trunkfrom
extract-spawn-handler
Jul 14, 2025
Merged

[PHP] Isomorphic, reusable spawn handler#2359
adamziel merged 2 commits into
trunkfrom
extract-spawn-handler

Conversation

@adamziel

@adamziel adamziel commented Jul 14, 2025

Copy link
Copy Markdown
Collaborator

Extracts sandboxedSpawnHandlerFactory() as a separate export from @php-wasm/universal. Every module can reuse it now instead of recreating new spawn handlers.

Pre-requisite for #2281

Testing instructions

Confirm the CI tests pass

Extracts sandboxedSpawnHandlerFactory() as a separate export from
`@php-wasm/universal`. Every module can reuse it now instead of
recreating new spawn handlers.

 ## Testing instructions

Confirm the CI tests pass
@adamziel
adamziel force-pushed the extract-spawn-handler branch from cef314d to 409d114 Compare July 14, 2025 09:46
@adamziel
adamziel merged commit ac9bf28 into trunk Jul 14, 2025
22 of 25 checks passed
@adamziel
adamziel deleted the extract-spawn-handler branch July 14, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment