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
Copy file name to clipboardExpand all lines: core/iwasm/libraries/wasi-nn/src/wasi_nn.c
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
#include"bh_platform.h"
20
20
#include"wasi_nn_types.h"
21
21
#include"wasm_export.h"
22
+
#include"wasm_runtime_common.h"
22
23
23
24
#ifWASM_ENABLE_WASI_EPHEMERAL_NN==0
24
25
#warning You are using "wasi_nn", which is a legacy WAMR-specific ABI. It is deperecated and will likely be removed in future versions of WAMR. Please use "wasi_ephemeral_nn" instead. (For a WASM module, use the wasi_ephemeral_nn.h header instead. For the runtime configurations, enable WASM_ENABLE_WASI_EPHEMERAL_NN/WAMR_BUILD_WASI_EPHEMERAL_NN.)
0 commit comments