youtube image
From YouTube: Porting Python to WebAssembly - Christian Heimes, Red Hat

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe 2023 in Amsterdam, The Netherlands from April 17-21. Learn more at https://kubecon.io​. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Porting Python to WebAssembly - Christian Heimes, Red Hat

In 2021 CPython, the default implementation of the Python interpreter written in C, did not have any support for WebAssembly out of the box. A year later Python 3.11 will be released with built-in support for WASM platforms Emscripten and WASI. The Python community is using WASM for more and more projects, like Pyodide, PyScript, and JupyterLite.