Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 22, 2020
1 parent 808368d commit deff052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ $ cmake --build .
This will build Fizzy as a library and since there is no public API
(the so called *embedder API* in WebAssembly) yet, this is not very useful.

## WASI

Building with the `FIZZY_WASI` option will output a `fizzy-wasi` binary implementing
the [WASI] API (`wasi_snapshot_preview1` to be precise).
This can be used to execute WASI-compatible binaries on the command line.

## Testing tools

Building with the `FIZZY_TESTING` option will output a few useful utilities:

```sh
Expand Down

0 comments on commit deff052

Please sign in to comment.