Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 67d274b

Browse files
committed
doc(compiler): update readme
1 parent 50eee10 commit 67d274b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Aleph.js Compiler
2+
23
The compiler of Aleph.js written in Rust, powered by [swc](https://github.com/swc-project/swc).
34

45
## Development Setup
56

6-
You will need [rust](https://www.rust-lang.org/tools/install) 1.30+ and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/).
7+
You will need [rust](https://www.rust-lang.org/tools/install) 1.45+ and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/).
78

89
## Build
910

@@ -20,5 +21,5 @@ cargo test --all
2021
## Benchmark
2122

2223
```bash
23-
deno run -A build.ts && deno run -A benchmark.ts
24+
deno run -A benchmark.ts
2425
```

0 commit comments

Comments
 (0)