We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb367c9 commit aa7c63bCopy full SHA for aa7c63b
tools/Wasm/WASI-SDK.cmake
@@ -330,11 +330,13 @@ function(wasm_add_application)
330
set(APP_INSTALL_NAME ${APP_NAME}.xip)
331
endif()
332
333
- else()
+ endif()
334
+
335
+ if(NOT APP_INSTALL_BIN)
336
set(APP_INSTALL_BIN ${APP_NAME}.wasm)
- if(NOT APP_INSTALL_NAME)
- set(APP_INSTALL_NAME ${APP_NAME}.wasm)
337
- endif()
338
+ if(NOT APP_INSTALL_NAME)
339
+ set(APP_INSTALL_NAME ${APP_NAME}.wasm)
340
341
# install WASM BIN
342
add_custom_target(
0 commit comments