anchao commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1122972650
########## benchmarks/coremark/Makefile: ########## @@ -105,4 +105,8 @@ STACKSIZE += $(CONFIG_COREMARK_STACKSIZE) MAINSRC += core_main.c +# Build with WebAssembly + +WASM_BUILD = y Review Comment: This macro just indicates that the application wants to be compiled as WASM, If CONFIG_INTERPRETERS_WAMR is not enabled, then this config has no effect -- 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]
