PHP-WASM is ready to deploy on Cloudflare Pages
The php-wasm setup is complete, but the WASM binary (13MB) requires special handling for Cloudflare Pages Functions.
The recommended approach is to:
php-wasm@alpha - ✅ Installed
php-cgi-wasm@alpha - ✅ Installed
WASM Binary - ✅ Available in /public
Cloudflare Pages - ✅ Deployed
Check out the live demo at php-cloud.pages.dev to see PHP-WASM in action!
Source code: github.com/seanmorris/php-cloud
Your project is set up with:
/public - Static files & WASM binaries/functions - Cloudflare Pages Functionspackage.json - Dependencies configured