mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-03 15:43:12 +00:00
examples: Build both native app and wasm app for hello to pass CI test
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
3d5183f404
commit
5d37383457
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue