Skip to content

Commit

Permalink
mention examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 9, 2023
1 parent ab64fe3 commit 55238e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ It includes
|NuttX/sim on macOS/amd64|No |Occasionally tested manually |
|NetBSD/amd64 |No |Occasionally tested manually |

## Use as a command

See [toywasm command help message](https://webassembly.sh/?run-command=toywasm).

## Use as a library

See example apps:

* [Investigate module](./examples/app/app.c)

* [Load and execute WASI module](./examples/runwasi/runwasi.c)

## How slow/fast is this?

* [Computation benchmark](./benchmark/ffmpeg.md)
Expand Down

0 comments on commit 55238e4

Please sign in to comment.