书的源码:git clone https://github.com/zxh0/wasmgo-book.git
Rust安装:
https://jingyan.baidu.com/article/afd8f4de31f17874e386e94e.html
WABT工具地址安装:
git clone https://github.com/WebAssembly/wabt.git
cd wabt
git submodule update —init
mkdir build
cd build
cmake ..
cmake —build .