This template shows how to create a web app using Yew and wasm-pack.
yarn run build
yarn run start:dev
wasm-bindgen
for communicating between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.wee_alloc
, an allocator optimized for small code size.