php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

[Demo request] Symfony app

Open vasilvestre opened this issue 5 months ago • 2 comments

I try to make this package work to deliver a Symfony app in browser. None of my attempt nearly succeded, I don't get how the other PHP framework demo works or how to navigate the code.. I would really love a Symfony demo please :)

vasilvestre avatar Jul 05 '25 10:07 vasilvestre

I'm also trying to understand how to deploy a symfony app to cloudflare workers

kevincerro avatar Oct 21 '25 18:10 kevincerro

@kevincerro Cloudflare is a bit of an edge case. The binary needs to be super slim to load in the worker, meaning some of the larger extensions will be unavailable until the limit is bumped up. We're also not able to load libs dynamically due to some other limitations in the interaction between Emscripten & the worker.

Let me know what your requirements are, and I can prioritize it so long as it can be done.

seanmorris avatar Oct 25 '25 13:10 seanmorris