Skip to content

powerfulyang/node-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Installation

First, install Rust

Linux

curl https://sh.rustup.rs -sSf | sh

Windows

official website: https://www.rust-lang.org/tools/install

Then, install wasm-pack

Windows 需要额外操作

  • 可能需要下载 strawberryperl
  • 使用 powershell 执行命令
  • 开启脚本执行权限
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

安装 wasm-pack

cargo install wasm-pack