<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Project Arch - 標籤 - Yan-Hao Wang&#39;s Blog</title>
        <link>https://kola.ink/tags/project-arch/</link>
        <description>Project Arch - 標籤 - Yan-Hao Wang&#39;s Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-TW</language><managingEditor>bses30074@gmail.com (Yan-Hao Wang)</managingEditor>
            <webMaster>bses30074@gmail.com (Yan-Hao Wang)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 25 Mar 2026 13:47:23 &#43;0800</lastBuildDate><atom:link href="https://kola.ink/tags/project-arch/" rel="self" type="application/rss+xml" /><item>
    <title>WasmEdge 基礎介紹跟專案架構</title>
    <link>https://kola.ink/project-arch/</link>
    <pubDate>Wed, 25 Mar 2026 13:47:23 &#43;0800</pubDate>
    <author>bses30074@gmail.com (Yan-Hao Wang)</author>
    <guid>https://kola.ink/project-arch/</guid>
    <description><![CDATA[<h2 id="wasm-基礎背景">Wasm 基礎背景</h2>
<p>檔案格式：</p>
<ul>
<li><code>.wat</code> (WebAssembly Text Format): 人眼可讀的純文字格式。類似於組合語言，開發者可以用它來進行底層除錯或理解 Wasm 的運行邏輯</li>
<li><code>.wasm</code> (WebAssembly Binary Format): 二進制格式。這是 Wasm 的標準執行檔，體積小且跨平台，是交給瀏覽器或 WasmEdge 等運行環境執行的正式檔案</li>
<li><code>.aot.wasm</code> (Ahead-of-Time Compiled): 預先編譯後的格式，這是 WasmEdge 特有的優化檔案，將 <code>.wasm</code> 事先轉譯成機器碼。執行時不需要再經過「直譯」，速度會比純 <code>.wasm</code> 快非常多</li>
</ul>
<p>常見工具：</p>]]></description>
</item>
</channel>
</rss>
