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.
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.PUBLISH.md — How to publish a new runtime release.TESTING.md — How the test suites are run.RELEASE.md — Release process checklist.Build the CLI:
cargo build --release -p cli
Run the test suite:
cargo test
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.
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.PUBLISH.md — How to publish a new runtime release.TESTING.md — How the test suites are run.RELEASE.md — Release process checklist.Build the CLI:
cargo build --release -p cli
Run the test suite:
cargo test