Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 528 Bytes

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 for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.