You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/30 14:09:35 UTC

[GitHub] [nuttx] yamt opened a new pull request, #7736: esp32-devkitc:wamr_wasi_debug kconfig maintainance

yamt opened a new pull request, #7736:
URL: https://github.com/apache/nuttx/pull/7736

   ## Summary
   
   * disable too verbose wamr options.
   
   * enable CONFIG_SCHED_WAITPID. because async execution on nsh prompt sometimes confuses me.
   
   * enable toywasm. it's sometimes convenient to have another interpreter.
     note: wasm3 in nuttx apps doesn't have wasi enabled.
   
   ## Impact
   
   ## Testing
   tested on esp32-devkitc, with https://github.com/apache/nuttx-apps/pull/1442
   
   ```
   nsh> mount -t littlefs /dev/esp32flash /mnt
   nsh> iwasm /mnt/test.wasm
   hello
   nsh> toywasm --wasi /mnt/test.wasm
   hello
   nsh> 
   ```
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #7736: esp32-devkitc:wamr_wasi_debug kconfig maintainance

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7736:
URL: https://github.com/apache/nuttx/pull/7736


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] yamt commented on pull request #7736: esp32-devkitc:wamr_wasi_debug kconfig maintainance

Posted by GitBox <gi...@apache.org>.
yamt commented on PR #7736:
URL: https://github.com/apache/nuttx/pull/7736#issuecomment-1333463829

   a fix for the ci failure: https://github.com/apache/nuttx-apps/pull/1443


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org