You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, it requires to assign two variables in the command line.
My suggestion is shall we either use ${CMAKE_CURRENT_LIST_DIR}/../.. to replace ${WASI_SDK_PREFIX} or use CMAKE_CURRENT_LIST_DIR to assemble WASI_SDK_PREFIX and make the command shorter?
The text was updated successfully, but these errors were encountered:
Currently, the command of using wasi-sdk.cmake as a toolchain file likes:
Because of
wasi-sdk/wasi-sdk.cmake
Line 17 in 19fb80b
My suggestion is shall we either use
${CMAKE_CURRENT_LIST_DIR}/../..
to replace${WASI_SDK_PREFIX}
or useCMAKE_CURRENT_LIST_DIR
to assembleWASI_SDK_PREFIX
and make the command shorter?The text was updated successfully, but these errors were encountered: