From 55238e488fbef8c15716f9f49851e0e50132f9a4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 10 Jun 2023 02:07:00 +0900 Subject: [PATCH] mention examples --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1c4fd7f2..5454700d 100644 --- a/README.md +++ b/README.md @@ -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)