# wasm-pack-template **Repository Path**: qdmc/wasm-pack-template ## Basic Information - **Project Name**: wasm-pack-template - **Description**: a template for starting a rust-wasm project to be used with wasm-pack - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-18 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wasm 生成+调试用的模板 ### 运行环境 - rust v1.77 - node v20.5.1 - npm v20.5.1 - yarn v1.22.19 ### 打包及测试 - npm run build_rust :打包wasm - npm run start : 在 http://localhost:8080/ 载入生的wasm - 第一次生成wasm卡在Installing wasm-bindgen... 这个玩意本来就很慢....使用本地包也快不了多少