<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WebAssembly on SoloSoft</title><link>https://www.solosoft.dev/es/tags/webassembly/</link><description>Recent content in WebAssembly on SoloSoft</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/es/tags/webassembly/index.xml" rel="self" type="application/rss+xml"/><item><title>JupyterLite: JupyterLab Running Entirely in the Browser</title><link>https://www.solosoft.dev/es/post/jupyterlite-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/jupyterlite-2026/</guid><description>&lt;p&gt;The Jupyter ecosystem has transformed how scientists, data analysts, and educators work with code, but it has always required a running server. &lt;strong&gt;JupyterLite&lt;/strong&gt; (jupyterlite/jupyterlite on GitHub) eliminates that requirement entirely by bringing JupyterLab into the browser through WebAssembly, enabling interactive computing with no server, no installation, and no cloud dependency.&lt;/p&gt;
&lt;p&gt;Developed by the Jupyter community with significant contributions from the core Jupyter team, JupyterLite represents a fundamental rethinking of what a computational notebook environment can be. The entire application &amp;ndash; including the Python interpreter, notebook interface, file system, and package manager &amp;ndash; runs as a static web application using Pyodide, which compiles CPython to WebAssembly for in-browser execution.&lt;/p&gt;</description></item><item><title>Pyodide: Ejecutar Python en el Navegador con WebAssembly</title><link>https://www.solosoft.dev/es/post/pyodide-wasm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/pyodide-wasm-2026/</guid><description>&lt;p&gt;¿Qué pasaría si pudieras ejecutar Python en el navegador con NumPy, pandas, scikit-learn y matplotlib completos, sin ningún backend de servidor? Eso es exactamente lo que ofrece Pyodide. Porta CPython a WebAssembly, haciendo que la pila completa de computación científica de Python esté disponible directamente en el navegador.&lt;/p&gt;
&lt;p&gt;Pyodide es una tecnología transformadora para la educación en ciencia de datos, documentación interactiva y computación basada en navegador. Los usuarios pueden analizar datos, entrenar modelos y visualizar resultados completamente del lado del cliente. Sin servidores que configurar, sin entornos Python que instalar, y los datos nunca salen de la computadora del usuario.&lt;/p&gt;</description></item><item><title>WebVM: Linux Virtual Machine Running in Your Browser</title><link>https://www.solosoft.dev/es/post/webvm-browser-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/webvm-browser-2026/</guid><description>&lt;p&gt;The idea of running a complete operating system in a web browser sounds like science fiction, but &lt;strong&gt;WebVM&lt;/strong&gt; (leaningtech/webvm on GitHub) makes it a reality. Developed by Leaning Technologies, WebVM is a full Linux virtual machine that runs entirely in the browser using WebAssembly, requiring no server-side infrastructure, no installation, and no cloud account.&lt;/p&gt;
&lt;p&gt;At the heart of WebVM is CheerpX, an x86-to-WebAssembly virtual machine engine developed by the same team. CheerpX dynamically translates x86 machine code to WebAssembly at runtime, enabling unmodified Linux binaries to execute in the browser environment with impressive performance. The result is a fully functional Linux terminal with shell access, a complete filesystem, network capabilities, and package management &amp;ndash; all running in a browser tab.&lt;/p&gt;</description></item></channel></rss>