About
deka runtime

Tags
No tags available

Languages
Rust 97%, JavaScript 2%, TypeScript 1%, Shell 0%, PHP 0%

deka

deka is a programming language and runtime for building reliable web applications. It compiles to JavaScript and runs both natively and in the browser via WASM.

Quick links

Repository layout

  • crates/ — Rust workspace with the compiler, runtime, CLI, LSP, and WASM targets.
  • assets/ — Shared assets such as the utility CSS bundle.
  • docs/ — Design notes and RFCs.
  • scripts/ — Build and test helpers.
  • tests/ — Integration tests and conformance fixtures.

Useful docs

Getting started

Build the CLI:

cargo build --release -p cli

Run the test suite:

cargo test