Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`