<?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/zh-tw/tags/wasm/</link><description>Recent content in Wasm on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>Commentary of Takao</copyright><lastBuildDate>Wed, 15 Jul 2026 22:01:08 +0900</lastBuildDate><atom:link href="https://takao.blog/zh-tw/tags/wasm/index.xml" rel="self" type="application/rss+xml"/><item><title>在 Cloudflare 邊緣工作者中利用 WebAssembly</title><link>https://takao.blog/zh-tw/web/cloudflare-workers-wasm-edge-developments/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0900</pubDate><guid>https://takao.blog/zh-tw/web/cloudflare-workers-wasm-edge-developments/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/cloudflare-workers-wasm-edge-developments-zh-tw.png" alt="Featured image of post 在 Cloudflare 邊緣工作者中利用 WebAssembly" /&gt;&lt;h2 id="介紹"&gt;介紹
&lt;/h2&gt;&lt;p&gt;Cloudflare Workers 將程式碼執行帶到網路邊緣（全球 330 多個地點），徹底改變了無伺服器運算。透過將 &lt;strong&gt;WebAssembly (Wasm)&lt;/strong&gt; 模組整合到 Workers 中，您可以以接近本機的速度運行運算密集任務（影像處理、加密、視訊編碼、科學運算），同時保持邊緣分佈的低延遲優勢。本文探討如何將 Rust 和 AssemblyScript 等語言編譯為 Wasm，將它們部署在 Workers 上，以及所涉及的效能權衡。&lt;/p&gt;</description></item><item><title>WebAssembly for Browser 使用法s: Beyond the Hype</title><link>https://takao.blog/zh-tw/web/wasm-browser-apps/</link><pubDate>Sat, 30 Nov 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh-tw/web/wasm-browser-apps/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/wasm-browser-apps-zh-tw.png" alt="Featured image of post WebAssembly for Browser 使用法s: Beyond the Hype" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;WebAssembly has matured from a niche curiosity into a production-ready tool for browser-based applications. While early demos focused on gaming engines and scientific simulations, today Wasm is used in image editors, video transcoders, compression libraries, and cryptographic utilities — all running in the browser at near-native speed.&lt;/p&gt;
&lt;p&gt;The key shift in 2024 is 生態系 maturity. WasmGC ships in Chrome 119+, SIMD is available across all major browsers, and reference types allow passing DOM nodes directly into Wasm modules. This article cuts through the hype to examine realistic use cases, compile-target decisions, memory management strategies, and integration patterns for production applications.&lt;/p&gt;</description></item></channel></rss>