xiaoxiang781216 commented on code in PR #1761: URL: https://github.com/apache/nuttx-apps/pull/1761#discussion_r1198896625
########## tools/Wasm.mk: ########## @@ -24,7 +24,17 @@ include $(APPDIR)$(DELIM)interpreters$(DELIM)wamr$(DELIM)Toolchain.defs # wasi-sdk toolchain setting WCC ?= $(WASI_SDK_PATH)/bin/clang -WAR ?= $(WASI_SDK_PATH)/bin/llvm-ar rcs +WAR ?= $(WASI_SDK_PATH)/bin/llvm-ar Review Comment: so should we enable wasm build until some app want to output wasm module? -- 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]
