Skip to content

Sinha-Ujjawal/wangdenticon-yew-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wangdenticon-Yew

Rewrite of Wangdenticon-WASM in Yew

Getting Started

  1. Install rustup
  2. Install WebAssembly target
rustup target add wasm32-unknown-unknown
  1. Install Trunk
# note that this might take a while to install because it compiles everything from scratch
# Trunk also provides prebuilt binaries for a number of major package managers
# See https://trunkrs.dev/#install for further details
cargo install --locked trunk
  1. View your web application
trunk serve

Coyrights

Licensed under @MIT