<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wasm on Commentary of Takao</title><link>https://takao.blog/es/tags/wasm/</link><description>Recent content in Wasm on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/tags/wasm/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloudflare Workers y WebAssembly en el Edge</title><link>https://takao.blog/es/web/cloudflare-workers-wasm-edge-developments/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/cloudflare-workers-wasm-edge-developments/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/cloudflare-workers-wasm-edge-developments-es.png" alt="Featured image of post Cloudflare Workers y WebAssembly en el Edge" /&gt;&lt;p&gt;Cloudflare Workers ejecuta código JavaScript, WASM y Python en el edge. Ofrece latencia ultrabaja al procesar solicitudes cerca del usuario.&lt;/p&gt;
&lt;h2 id="workers-runtime"&gt;Workers Runtime
&lt;/h2&gt;&lt;p&gt;Basado en V8. Aislado por contexto. Sin Node.js (API propia: Fetch, Cache, KV, D1, R2, Queues). Arranque en frío &amp;lt; 5ms.&lt;/p&gt;
&lt;h2 id="webassembly-en-workers"&gt;WebAssembly en Workers
&lt;/h2&gt;&lt;p&gt;Compila Rust, C/C++, Go, Zig a WASM. Workers carga módulos WASM estáticos. Procesamiento de imágenes, parsing, cálculos pesados en el edge.&lt;/p&gt;
&lt;h2 id="almacenamiento-en-el-edge"&gt;Almacenamiento en el edge
&lt;/h2&gt;&lt;p&gt;KV (clave-valor, baja latencia), D1 (SQLite), R2 (S3-compatible), Durable Objects (estado coordinado). Bases de datos geodistribuidas.&lt;/p&gt;</description></item><item><title>WebAssembly (WASM): Aplicaciones nativas en el navegador</title><link>https://takao.blog/es/web/wasm-browser-apps/</link><pubDate>Sat, 30 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/wasm-browser-apps/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/wasm-browser-apps-es.png" alt="Featured image of post WebAssembly (WASM): Aplicaciones nativas en el navegador" /&gt;&lt;p&gt;WebAssembly (WASM) ejecuta código compilado (C, C++, Rust, Go) en el navegador a velocidad casi nativa. Abre nuevas posibilidades para aplicaciones web.&lt;/p&gt;
&lt;h2 id="rendimiento"&gt;Rendimiento
&lt;/h2&gt;&lt;p&gt;WASM es 10-40% más lento que código nativo pero mucho más rápido que JavaScript para cálculos intensivos. Compilado a binario, parseado en microsegundos.&lt;/p&gt;
&lt;h2 id="ecosistema"&gt;Ecosistema
&lt;/h2&gt;&lt;p&gt;Rust + wasm-pack: el más popular. C/C++ con Emscripten. Go, Zig, Kotlin también compilan a WASM. WASI para WASM fuera del navegador.&lt;/p&gt;
&lt;h2 id="casos-de-uso"&gt;Casos de uso
&lt;/h2&gt;&lt;p&gt;Procesamiento de imagen/video, juegos, simulaciones, compiladores, ofimática, cifrado. Figma, AutoCAD, Google Earth usan WASM.&lt;/p&gt;</description></item></channel></rss>