Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ranile/yew-highlight


https://github.com/ranile/yew-highlight

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Yew Highlight

**Note:** Files under `static/` are generated by `wasm-bindgen` as:

```shell script
cargo build --target wasm32-unknown-unknown --bin worker
wasm-bindgen --target no-modules --no-typescript --out-dir static/ --out-name worker target/wasm32-unknown-unknown/debug/worker.wasm
```