mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
tools: New CMake based Wasm build system
Introduce a new CMake based build system for Wasm. And target the Wasm ABI to wasm32-wasi, it should be a more commnly used and standard ABI for Wasm. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
ec4d7a19f7
commit
c138651300
12 changed files with 447 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ add_subdirectory(platform)
|
|||
add_subdirectory(sdr)
|
||||
add_subdirectory(system)
|
||||
add_subdirectory(testing)
|
||||
add_subdirectory(tools)
|
||||
add_subdirectory(wireless)
|
||||
|
||||
# add examples and external at the end to allow library dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue