An open API service indexing awesome lists of open source software.

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.

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