yamt commented on code in PR #8772: URL: https://github.com/apache/nuttx/pull/8772#discussion_r1131003534
########## boards/sim/sim/sim/README.txt: ########## @@ -1245,6 +1245,18 @@ touchscreen 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> + Review Comment: https://github.com/apache/nuttx/pull/8777 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
