wasm-micro-runtime/core/iwasm
tonibofarull 77da87ca51
wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582)
We need to fix numpy version since the latest is incompatible.

> A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
2024-07-02 09:39:46 +08:00
..
aot aot loader: Check import global value type before using (#3571) 2024-06-26 11:19:05 +08:00
common Use 64-bit wasm_runtime_enlarge_memory() increment (#3573) 2024-06-27 14:34:43 +08:00
compilation aot compiler: Propagate const-ness by ourselves (#3567) 2024-06-25 10:57:49 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add table type API support (#3515) 2024-06-19 14:50:46 +08:00
include Use 64-bit wasm_runtime_enlarge_memory() increment (#3573) 2024-06-27 14:34:43 +08:00
interpreter Allow missing imports in wasm loader and report error in wasm instantiation instead (#3539) 2024-06-25 10:04:39 +08:00
libraries wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582) 2024-07-02 09:39:46 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00