no1wudi commented on code in PR #2858:
URL: https://github.com/apache/nuttx-apps/pull/2858#discussion_r1862840797


##########
tools/Wasm.mk:
##########
@@ -42,7 +42,12 @@ define LINK_WASM
            $(if $(RETVAL), \
                $(error wasm build failed for $(PROGNAME).wasm) \
            ) \
-               $(call WAMR_AOT_COMPILE) \
+           $(eval RETVAL=$(shell $(WASI_SDK_PATH)/wasm-opt -Oz -o 
$(BINDIR)$(DELIM)wasm$(DELIM)$(PROGNAME).wasm \

Review Comment:
   Yes, it's from binaryen, I'll update the tool path



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