From 5d373834578e670f880bdb59397c2ce5d86ce692 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Mon, 17 Jul 2023 17:54:03 +0800 Subject: [PATCH] examples: Build both native app and wasm app for hello to pass CI test Signed-off-by: Huang Qi --- 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