Skip to content

Commit

Permalink
document dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 24, 2023
1 parent 53337b4 commit e9f9bac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ See example apps:

For build options, see the [ToywasmConfig.cmake].

By default, it requires `wabt` and `cmocka` for tests. If you don't
want to install them, you can disable tests instead.

```
% cmake -B build -D BUILD_TESTING=OFF
% cmake --build build
```

* For `wasm32-wasi` and `wasm32-wasi-threads` targets, we provide
a convenient script [build-wasm32-wasi.sh] to download wasi-sdk and
build toywasm with it.
Expand Down

0 comments on commit e9f9bac

Please sign in to comment.