登录 注册
当前位置:主页 > 资源下载 > 5 > 利用rust-parcel-template快速启动Rust、WebAssembly和Parcel项目!

利用rust-parcel-template快速启动Rust、WebAssembly和Parcel项目!

  • 更新:2024-09-16 17:58:26
  • 大小:72KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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