Skip to content

GearFans/workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshops

准备工作

安装 Rust

使用 Rustup 来安装 Rust 编译器

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update
rustup update nightly

将 WASM 编译器添加到工具链中

rustup target add wasm32-unknown-unknown --toolchain nightly

查看版本

rustup -V
rustc -V

workshop 活动列表