wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi aa53d648fa
wasi-nn: fix tensor_data abi for wasi_ephemeral_nn (#4379)
it's "(list u8)" in the witx definition.

the new definition matches both of our own host definition
(struct tensor_wasm) and wasmtime.

cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4352
2025-06-19 14:18:36 +08:00
..
aot add validation for array type in load_init_expr(GC only) (#4370) 2025-06-17 11:01:38 +08:00
common Collective fix for typos and minor bugs (#4369) 2025-06-17 09:26:00 +08:00
compilation Modify AOT static PGO to conform to llvm-18 and add a CI job to test static PGO on the coremark benchmark (#4345) 2025-06-12 16:57:11 +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 feat: Add instruction metering for interpreter (#4122) 2025-05-26 16:16:42 +08:00
interpreter Collective fix for typos and minor bugs (#4369) 2025-06-17 09:26:00 +08:00
libraries wasi-nn: fix tensor_data abi for wasi_ephemeral_nn (#4379) 2025-06-19 14:18:36 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00