[Demo request] Symfony app
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 :)
I'm also trying to understand how to deploy a symfony app to cloudflare workers
@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.