Pull Request: https://github.com/php/web-php/pull/1097 Author: soyuka
Adds a PHP Wasm binary to run documentation examples in the browser. https://github.com/user-attachments/assets/5a28730d-265a-48dd-8fb8-9e5cea0f0d5b see also https://github.com/php/doc-en/issues/3259 I've builtin `PHP wasm 8.4.0-dev` and I'm not sure what would be preferred to keep this up to date. If you want to reproduce the build see: https://github.com/soyuka/php-wasm/pull/7 Clone that branch and execute: ``` docker buildx bake cp build/* ../phpdoc/web-php/js ```