README.md
January 23, 2021 ยท View on GitHub
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-bindgenfor communicating between WebAssembly and JavaScript.wee_alloc, an allocator optimized for small code size.