This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 5d373834578e670f880bdb59397c2ce5d86ce692 Author: Huang Qi <[email protected]> AuthorDate: Mon Jul 17 17:54:03 2023 +0800 examples: Build both native app and wasm app for hello to pass CI test Signed-off-by: Huang Qi <[email protected]> --- examples/hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello/Makefile b/examples/hello/Makefile index e5e5ac153..5d3eef130 100644 --- a/examples/hello/Makefile +++ b/examples/hello/Makefile @@ -33,7 +33,7 @@ MAINSRC = hello_main.c # Build with WebAssembly when CONFIG_INTERPRETERS_WAMR is enabled -WASM_BUILD = y +WASM_BUILD = both # Mode of WebAssembly Micro Runtime
