Re: [PHP-DEV] [Update] PHP build for the wasm32-wasi target

2023-01-20 Thread Rafael Fernández López
Hello Michael, > On 18/1/23, 18:51, "Michael Voříšek - ČVUT FJFI" > wrote: > > you have my support to add WASM/WASI arch support natively. Thank you for your support on this. > Our usecase is to evaluate some php code in client/browser directly and thus > improve

Re: [PHP-DEV] [Update] PHP build for the wasm32-wasi target

2023-01-18 Thread Michael Voříšek - ČVUT FJFI
Hi Rafael, you have my support to add WASM/WASI arch support natively. Our usecase is to evaluate some php code in client/browser directly and thus improve client response times. Based on the php-src contributing policy, minor version branches (PHP-8.2, ...) are bugfix branches only, thus y

[PHP-DEV] [Update] PHP build for the wasm32-wasi target

2023-01-18 Thread Rafael Fernández López
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, th