> 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/references.md).

# 參考資料

* [WebAssembly 官方網站](http://webassembly.org)

  官網上有各種有關 WebAssembly 的資訊，設計文件和規格也都在這邊可以連結到，還有之後發展的方向等等
* [WebAssembly 設計文件](http://webassembly.org/docs/high-level-goals/)

  講解在 WebAssembly 設計時或實際應用上的一些概念
* [WebAssembly 規格](https://webassembly.github.io/spec)

  WebAssembly 的最新規格，要研究最標準的 WebAssembly 就是來爬這些資料
* [WasmVM GitHub](https://github.com/LuisHsu/WasmVM)

  WasmVM 的 GitHub 頁面，可以看到 WasmVM 的原始碼，還有一些開發時留下來的點點滴滴
* [LEB128编码格式](http://gttiankai.github.io/2016/06/30/leb128编码格式/)

  當初在搞懂 LEB128 編碼格式的時候就是參考這篇文章
* [維基百科](https://zh.wikipedia.org/zh-tw)

  講解整數、浮點數用的圖和說明有參考維基百科，這部份講的還算詳細
