Talk in English - UK at Bulgaria PHP Conference 2019
Track Name:
Agile Track
View Slides: https://github.com/boyanio/speaking/blob/master/2019/bgphp/php-webassembly.pdf
Short URL: https://joind.in/talk/c2b55
(QR-Code (opens in new window))
WebAssembly is a new language, allowing us to compile static-typed languages and run them in the browser with performance close to Native. Although it was created to support mainly C/C++/Rust, other programming languages are getting compilation support too – Go, Kotlin, PHP to name a few. In this talk we will discuss the specifics of compiling to WebAssembly and we will see how code written in different languages can be reused on top of WebAssembly. We will experiment with interpreting PHP in the browser, completely client-side, and use it to communicate with JavaScript.
Comments
Comments are closed.
Very interesting topic, it will be quite interesting how you can practically combine WebAssembly with php.
That's 5 stars, not try. I cannot edit the miss click, sorry mate.
Great talk. The topic is something I heard a lot about and I got to see it in action.
Will there be slides?