317 B
317 B
构建命令
构建wasm
wasm-pack build --target web
构建应用
windows
cargo build --release --target x86_64-pc-windows-msvc
如果在window上交叉编译先安装Linux工具链,cross,wsl,docker
linux
rustup target add x86_64-unknown-linux-musl