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