wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi da6019f749
wasi_nn_llamacpp.c: reject invalid graph and execution context (#4422)
* return valid graph and execution context instead of using stack garbage.
  (always 0 for now because we don't implement multiple graph/context
  for this backend.)

* validate user-given graph and execution context values. reject
  invalid ones.
2025-07-01 19:31:00 +08:00
..
aot Fix potential integer overflow issues (#4429) 2025-07-01 13:39:30 +08:00
common Refactor copy callstack feature (#4401) 2025-06-24 20:38:30 +08:00
compilation Fix potential integer overflow issues (#4429) 2025-07-01 13:39:30 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
include Refactor copy callstack feature (#4401) 2025-06-24 20:38:30 +08:00
interpreter Fix potential integer overflow issues (#4429) 2025-07-01 13:39:30 +08:00
libraries wasi_nn_llamacpp.c: reject invalid graph and execution context (#4422) 2025-07-01 19:31:00 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00