-
利用rust-parcel-template快速启动Rust、WebAssembly和Parcel项目!
资源介绍
rust-parcel-template
启动您的Rust,WebAssembly和Parcel项目!
该模板预先配置了所有样板,用于将Rust编译为WebAssembly并挂接到Parcel构建管道中。
npm run start在http://localhost:1234为本地服务项目进行开发。
npm run build捆绑项目(在生产模式下)
使用此模板
cargo install wasm-pack
npm init rust-parcel my-app