https://www.rust-lang.org/zh-CN/tools/install
https://kaisery.github.io/trpl-zh-cn/ch01-01-installation.html#installation
https://kaisery.github.io/trpl-zh-cn/ch01-03-hello-cargo.html
rustup:管理 Rust 版本和相关工具的命令行工具(通过此工具安装rust),通过rustc --version确定是否安装成功 cargo:Rust 的构建系统和包管理器(同npm)
将wasm-lib/src/lib.rs文件编译成WebAssembly格式到wasm-lib/pkg文件夹