wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi db7714f0f5
wasi_nn_tensorflowlite.cpp: reject non-fp32 input earlier (#4388)
this backend assumes fp32 here and there.
it's safer to reject unexpected inputs explicitly.
2025-06-18 19:08:57 +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_tensorflowlite.cpp: reject non-fp32 input earlier (#4388) 2025-06-18 19:08:57 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00