Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 407 Bytes

etoal.com: A WASM-powered personal website

  • The frontend functionalities are constructed from a single WebAssembly file compiled from Rust codes.
    • Frontend framework: Seed
    • WASM compilation and asset bundling: Trunk
  • Based on seed-rs / seed-quickstart