# 封面 & 目錄

透過 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://luishsu.gitbook.io/wasmvm-tutorial/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
