We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f684ed commit d82adf9Copy full SHA for d82adf9
1 file changed
build-scripts/runtime_lib.cmake
@@ -106,6 +106,7 @@ endif ()
106
107
if (WAMR_BUILD_WASI_NN EQUAL 1)
108
include (${IWASM_DIR}/libraries/wasi-nn/cmake/wasi_nn.cmake)
109
+ set (WAMR_BUILD_MODULE_INST_CONTEXT 1)
110
endif ()
111
112
if (WAMR_BUILD_LIB_PTHREAD EQUAL 1)
0 commit comments