.. | ||
article-filter | ||
article-indexer | ||
geo | ||
search | ||
utils-common | ||
Cargo.lock | ||
Cargo.toml | ||
readme.md |
构建命令
构建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