Documentation/platforms/sim/sim/boards/sim: mention toywasm config
This commit is contained in:
parent
a5bf3d769b
commit
2d223d0744
|
@ -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
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in New Issue