yamt commented on code in PR #1609:
URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129638464


##########
Application.mk:
##########
@@ -262,3 +262,9 @@ distclean:: clean
        $(call DELFILE, .depend)
 
 -include Make.dep
+
+ifeq ($(WASM_BUILD),y)
+  ifneq ($(CONFIG_INTERPRETERS_WAMR)$(CONFIG_INTERPRETERS_WAMR3),)

Review Comment:
   do you mean CONFIG_INTERPRETERS_WASM3?
   also, there is another wasm runtime. (CONFIG_INTERPRETERS_TOYWASM)
   



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