Skip to content

Commit

Permalink
cleanup: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 17, 2024
1 parent 599245b commit b1956b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ Before compiling the compiler, you need to install prerequisites.

1. Install Rust using [rustup](https://rustup.rs)
2. Install the WASI target platform via `rustup target add --toolchain stable wasm32-wasi`
3. Install the wasi sdk using the makefile command: `make download-wasi-sdk`
4. Install [CMake](https://cmake.org/install/) (on macOS with homebrew, `brew install cmake`)
6. Install [Binaryen](https://github.com/WebAssembly/binaryen/) and add it's install location to your PATH (only wasm-opt is required for build process)
3. Install [CMake](https://cmake.org/install/) (on macOS with homebrew, `brew install cmake`)
4. Install [Binaryen](https://github.com/WebAssembly/binaryen/) and add it's install location to your PATH (only wasm-opt is required for build process)
5. Install [7zip](https://www.7-zip.org/)(only for Windows)


Expand All @@ -180,7 +179,7 @@ Before compiling the compiler, you need to install prerequisites.
Run make to compile the core crate (the engine) and the cli:

```
./build.sh
./build.py
```

To test the built compiler (ensure you have Extism installed):
Expand Down

0 comments on commit b1956b4

Please sign in to comment.