c138651300
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>
21 lines
434 B
Plaintext
21 lines
434 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menu "Extra Tools"
|
|
|
|
menu "Wasm Build Options"
|
|
|
|
config TOOLS_WASM_BUILD
|
|
bool "Enable Wasm build support"
|
|
default n
|
|
---help---
|
|
If enabled, then then build system will trigger the Wasm build
|
|
process. This will require the WASI-SDK to be installed on the
|
|
host system.
|
|
|
|
endmenu
|
|
|
|
endmenu
|