Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: cleanup Binaryen submodule & building language (closes #65)
  • Loading branch information
phated committed Mar 16, 2021
1 parent e9eb5c9 commit 3bdb23d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Expand Up @@ -60,15 +60,9 @@ These flags might not work on other operating systems (like MacOS), so you'll pr

## Contributing

After cloning the repository, be sure to initialize the Binaryen submodule:
You'll need Node.js and [`esy`](https://esy.sh/docs/en/getting-started.html#install-esy) to build this project.

```bash
git submodule update --init
```

You'll need Node.js and [`esy`](https://esy.sh/docs/en/getting-started.html#install-esy) to build this project, as well as `cmake` to build Binaryen.

`dune` will take care of building Binaryen and compiling the C stubs, so to build the project you'll only need to run:
`dune` will take care of compiling the C stubs, so to build the project you'll only need to run:

```bash
esy
Expand Down

0 comments on commit 3bdb23d

Please sign in to comment.