This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2d223d07442388a743e1d40735891ec4987a8459 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Sun Apr 23 20:14:53 2023 +0900 Documentation/platforms/sim/sim/boards/sim: mention toywasm config --- Documentation/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 ------
