https://github.com/splurf/ejs
Experimental personal website based on pure rust-wasm using the yew framework.
https://github.com/splurf/ejs
rust wasm yew
Last synced: over 1 year ago
JSON representation
Experimental personal website based on pure rust-wasm using the yew framework.
- Host: GitHub
- URL: https://github.com/splurf/ejs
- Owner: splurf
- Created: 2024-05-01T17:00:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T19:00:47.000Z (about 2 years ago)
- Last Synced: 2025-01-25T08:25:25.320Z (over 1 year ago)
- Topics: rust, wasm, yew
- Language: Rust
- Homepage: https://ejs.rustychads.com
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ejs
## Build
```bash
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