Skip to content

aiken-lang/play

Repository files navigation

Aiken Playground

The Aiken playground is a fully client side rust web app using leptos.

Features

  • Check code
    • Display warnings
    • Display Errors
  • Run tests
  • Format code
  • 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