# yew-wasm-pack **Repository Path**: maplecms/yew-wasm-pack ## Basic Information - **Project Name**: yew-wasm-pack - **Description**: yew-wasm-pack - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-01 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## About This template shows how to create a web app using Yew and wasm-pack. ## 🚴 Usage ### 🛠️ Build When building for the first time, ensure to install dependencies first. ``` yarn install ``` ``` yarn run build ``` ### 🔬 Serve locally ``` yarn run dev ``` ## 🔋 Batteries Included * [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating between WebAssembly and JavaScript. * [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized for small code size.