Hello all, I'm following up to give you a quick update on the PHP port to the wasm32-wasi platform.
We have released the port of 8.1.11 [1] and 8.2.0 [2] PHP versions. We also had a really nice contribution from Simon Menke that we will be merging soon that enables setjmp/longjmp emulation, that will help supporting shutdown functions. We also have work in progress to support PHP fibers using this emulation. You can find each patch for the specific PHP version at our project in GitHub [3]. What would be the next steps to contribute these patches upstream? We are very interested in bringing to PHP the benefits WebAssembly provides around application security and delivery, similarly to how Python [4] and Ruby [5] are doing. Thank you, Rafael Fernández López. [1] https://github.com/vmware-labs/webassembly-language-runtimes/releases/tag/php%2F8.1.11%2B20230111-d5e8a4a [2] https://github.com/vmware-labs/webassembly-language-runtimes/releases/tag/php%2F8.2.0%2B20230111-d5e8a4a [3] https://github.com/vmware-labs/webassembly-language-runtimes/tree/main/php [4] https://bugs.python.org/issue46315 [5] https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/