mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-28 18:41:06 +00:00
## Context Currently, WAMR supports compiling iwasm with flag `WAMR_BUILD_WASI_NN`. However, there are scenarios where the user might prefer having it as a shared library. ## Proposed Changes Decouple wasi-nn context management by internally managing the context given a module instance reference. |
||
|---|---|---|
| .. | ||
| utils | ||
| wasi_nn_private.h | ||
| wasi_nn_tensorflowlite.cpp | ||
| wasi_nn_tensorflowlite.hpp | ||
| wasi_nn.c | ||