yamt commented on PR #1609:
URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460639374

   > I don't understand WebAssembly detail yet, so I don't know which the best 
way implements it. But since apps have many useful program, it's good to let 
user enable some of them compile to wasm module from defconfig.
   
   for example?
   
   my impression is that many of apps here fall into one of two categories:
   
   a. very nuttx specific app. no way to build as a wasm module as of today.
     eg. nsh, wapi
   
   b. 3rd party portable app. it's simpler to build as a wasm module outside.
     eg. toywasm (cf. [a script to build it for 
wasm32-wasi](https://github.com/yamt/toywasm/blob/master/build-wasm32-wasi.sh))
   
   it might be useful for something inbetween, but i think the number of such 
apps are too limited.
   


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to