> For the complete documentation index, see [llms.txt](https://luishsu.gitbook.io/wasmvm-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luishsu.gitbook.io/wasmvm-tutorial/master.md).

# 封面 & 目錄

透過 WasmVM, 從頭認識 WebAssembly 的基本概念

## 目錄

* [下載和編譯 WasmVM](/wasmvm-tutorial/build.md)
* [第一個 WebAssembly 程式](/wasmvm-tutorial/getting-start.md)
* [堆疊](/wasmvm-tutorial/stack.md)
* [數值型別](/wasmvm-tutorial/value.md)
* [算術、參數和控制指令](/wasmvm-tutorial/simple-instructions.md)
* [儲存空間](/wasmvm-tutorial/store.md)
* [變數](/wasmvm-tutorial/store/variables.md)
* [記憶體](/wasmvm-tutorial/store/memory.md)
* [函式](/wasmvm-tutorial/store/function.md)
* [函式表](/wasmvm-tutorial/store/table.md)
* [模組](/wasmvm-tutorial/module.md)
* [位元格式](/wasmvm-tutorial/binary-format.md)
* [虛擬機架構](/wasmvm-tutorial/wasmvm-structure.md)
* [系統呼叫](/wasmvm-tutorial/syscall.md)

## 加入討論

Discord 頻道: <https://discord.gg/FCYvxKC>
