<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Edge on Commentary of Takao</title><link>https://takao.blog/zh/tags/edge/</link><description>Recent content in Edge on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Commentary of Takao</copyright><lastBuildDate>Wed, 15 Jul 2026 22:01:08 +0900</lastBuildDate><atom:link href="https://takao.blog/zh/tags/edge/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloudflare Workers与Wasm边缘计算发展</title><link>https://takao.blog/zh/web/cloudflare-workers-wasm-edge-developments/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0900</pubDate><guid>https://takao.blog/zh/web/cloudflare-workers-wasm-edge-developments/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/cloudflare-workers-wasm-edge-developments-zh.png" alt="Featured image of post Cloudflare Workers与Wasm边缘计算发展" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;Cloudflare Workers revolutionized serverless computing by bringing code execution to the network edge — over 330 locations worldwide. By integrating &lt;strong&gt;WebAssembly (Wasm)&lt;/strong&gt; modules into Workers, you can run computationally intensive tasks (image processing, cryptography, video encoding, scientific calculations) at near-native speeds while maintaining the low-latency benefits of edge distribution. This article explores how to compile languages like Rust and AssemblyScript to Wasm, deploy them on Workers, and the performance trade-offs involved.&lt;/p&gt;</description></item><item><title>Next.js 中间件：路由、身份验证和边缘计算</title><link>https://takao.blog/zh/web/nextjs-middleware/</link><pubDate>Tue, 18 Jun 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh/web/nextjs-middleware/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/nextjs-middleware-zh.png" alt="Featured image of post Next.js 中间件：路由、身份验证和边缘计算" /&gt;&lt;h2 id="介绍"&gt;介绍
&lt;/h2&gt;&lt;p&gt;Next.js 中间件在每个请求之前执行，在边缘或无服务器区域运行。项目根目录下的单个 &lt;code&gt;middleware.ts&lt;/code&gt; 文件会拦截传入请求，并可以在请求到达匹配路由之前重定向、重写、操作标头或执行身份验证检查。&lt;/p&gt;</description></item></channel></rss>