wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi d6876f1e9f
wasi_nn_llamacpp.c: fix buffer overruns in set_input (#4420)
note: for some reasons, wasmedge seems to ignore type/dimensions
for the input of ggml. some user code relies on it.
cf. https://github.com/second-state/WasmEdge-WASINN-examples/issues/196

note: despite the comment in our code, the input doesn't seem
nul-terminated.
2025-06-27 11:51:03 +08:00
..
aot loader: add type index checking (#4402) 2025-06-24 20:38:39 +08:00
common Refactor copy callstack feature (#4401) 2025-06-24 20:38:30 +08:00
compilation Collective fix (#4413) 2025-06-26 10:20:40 +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 Collective fix (#4413) 2025-06-26 10:20:40 +08:00
libraries wasi_nn_llamacpp.c: fix buffer overruns in set_input (#4420) 2025-06-27 11:51:03 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00