Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

Aleph.js Compiler

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

Development Setup

You will need rust 1.53+ and wasm-pack.

Build

deno run -A build.ts

Run tests

cargo test --all