https://github.com/muni-corn/river
Board the same boat, stay in the flow
https://github.com/muni-corn/river
river
Last synced: 5 months ago
JSON representation
Board the same boat, stay in the flow
- Host: GitHub
- URL: https://github.com/muni-corn/river
- Owner: muni-corn
- Created: 2019-11-22T20:52:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T01:42:03.000Z (about 3 years ago)
- Last Synced: 2024-11-28T00:29:37.598Z (over 1 year ago)
- Topics: river
- Language: Rust
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## River
Built from the yew-wasm-pack-template. Adapted for use with
`trunk` for pure Rust instead of Webpack.
## 🚴 Usage
### 🛠️ Build
```
trunk build
```
### 🔬 Serve locally
```
trunk serve --port 8000
```
## 🔋 Batteries Included
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.