Documentation/platforms/sim/sim/boards/sim: mention toywasm config

This commit is contained in:
YAMAMOTO Takashi 2023-04-23 20:14:53 +09:00 committed by Xiang Xiao
parent a5bf3d769b
commit 2d223d0744
1 changed files with 13 additions and 0 deletions

View File

@ -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
------