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:
Huang Qi 2024-03-07 12:37:18 +08:00 committed by Alan Carvalho de Assis
parent ec4d7a19f7
commit c138651300
12 changed files with 447 additions and 1 deletions

View file

@ -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