From 2d223d07442388a743e1d40735891ec4987a8459 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 23 Apr 2023 20:14:53 +0900 Subject: [PATCH] Documentation/platforms/sim/sim/boards/sim: mention toywasm config --- .../platforms/sim/sim/boards/sim/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/platforms/sim/sim/boards/sim/index.rst b/Documentation/platforms/sim/sim/boards/sim/index.rst index 682925b145..48d25f6575 100644 --- a/Documentation/platforms/sim/sim/boards/sim/index.rst +++ b/Documentation/platforms/sim/sim/boards/sim/index.rst @@ -1299,6 +1299,19 @@ here. See that discussion above. See apps/examples/README.txt for further information about build requirements and configuration settings. +toywasm +------- + +This is a configuration with toywasm. + +An example usage:: + + NuttShell (NSH) NuttX-10.4.0 + nsh> mount -t hostfs -o fs=/tmp/wasm /mnt + nsh> toywasm --wasi /mnt/hello.wasm + hello + nsh> + udgram ------