Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiken-lang/play
Aiken Playground
https://github.com/aiken-lang/play
aiken leptos rust wasm
Last synced: about 2 months ago
JSON representation
Aiken Playground
- Host: GitHub
- URL: https://github.com/aiken-lang/play
- Owner: aiken-lang
- License: apache-2.0
- Created: 2023-04-14T22:39:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T11:55:19.000Z (4 months ago)
- Last Synced: 2024-09-10T13:29:35.229Z (4 months ago)
- Topics: aiken, leptos, rust, wasm
- Language: Rust
- Homepage: https://play.aiken-lang.org
- Size: 1.05 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiken Playground
The Aiken playground is a fully client side rust web app using [leptos](https://github.com/leptos-rs/leptos).
## Features
- [x] Check code
- [x] Display warnings
- [x] Display Errors
- [x] Run tests
- [x] Format code
- [x] Share
- [ ] Build validators (working but not surfaced in UI yet)## Development
- `cargo install trunk`
- `cargo install --locked cargo-make`
- `rustup target add wasm32-unknown-unknown`
- `cargo make dev`