Get the latest tech news
Running PHP fast at the edge with WebAssembly
ounder & CEO May 23, 2024 PHP currently powers ~75% of the websites on the internet. It may not be the “sexy boi” of programming languages… but it has been an important actor since the internet's birth and our pulse to use it for sharing memes and cat images.
It may not be the “sexy boi” of programming languages… but it has been an important actor since the internet's birth and our pulse to use it for sharing memes and cat images. This also means that you can run every PHP application out there with Wasmer without ever worrying that the app will break sandboxing and do harmful things they shouldn’t be able to. To squeeze the max out of WebAssembly and PHP we have been able to enable opcode caching, allowing Wasmer to run WordPress without any modification, at 3x the speed… going from 600ms to a reasonable 200ms to render a basic blogpost page.
Or read this on Hacker News