PHP and WebAssembly with Jakub Míšek - podcast episode cover

PHP and WebAssembly with Jakub Míšek

May 25, 202353 minTranscript available on Metacast
--:--
--:--
Listen in podcast apps:

Episode description

The power of .NET means PHP can run in the browser efficiently! Carl and Richard talk to Jakub Míšek about PeachPie using WASM. Jakub talks about how easy it was to deploy PeachPie, the .NET implementation of PHP, into WebAssembly, much like Blazor works. Then the tricky bit starts - PHP is a server-side technology, so many of the constructs are based on trips to a server. That doesn't mean there aren't solutions, but they need some thinking through. The question is, do we want to run WordPress in a browser?