Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 414 Bytes

Aleph.js Compiler

The compiler of Aleph.js written in Rust, powered by swc.

Development Setup

You will need rust 1.45+ and wasm-pack.

Build

deno run -A build.ts

Run tests

cargo test --all

Benchmark

deno run -A benchmark.ts