Skip to content
/ ejs Public

Experimental personal website based on pure rust-wasm using the yew framework.

Notifications You must be signed in to change notification settings

splurf/ejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ejs

Build

trunk build --release
wasm-opt --strip-debug dist/*.wasm -o dist/*.wasm
wasm-opt dist/*.wasm -Os -o dist/*.wasm

Todo

  • Further reduce WASM binary size
    • try reducing size of css use
    • micro optimizations
    • find a small/fast markdown-to-html parser
  • A List (top-down) for the Projects tab

About

Experimental personal website based on pure rust-wasm using the yew framework.

Topics

Resources

Stars

Watchers

Forks