Huge #python WebAssembly news tucked away in this post: https://www.anaconda.com/blog/pyscript-updates-bytecode-alliance-pyodide-and-micropython
"When you apply MicroPython to Wasm in its default configuration, something new and exciting emerges: With a total size of 303KB, this new runtime loads instantly and starts executing MicroPython logic in less than 100ms."
That means the cost of running Python on a web page is now equivalent to serving up a large hero image!
Anaconda | PyScript Updates: Bytecode Alliance, Pyodide, and…
Earlier this year we unveiled PyScript to enable users to create Python applications in the browser. In order for PyScript to succeed, we at Anaconda must make strategic investments in both the project itself and its core technology dependencies, such as WebAssembly (Wasm) and the fantastic Pyodide…
