Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranile/yew-highlight
https://github.com/ranile/yew-highlight
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranile/yew-highlight
- Owner: ranile
- Created: 2020-10-02T18:03:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T18:06:02.000Z (over 4 years ago)
- Last Synced: 2024-10-12T23:43:45.356Z (3 months ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```