wasm-micro-runtime/core/iwasm
Benbuck Nason c0e33f08b0
Expose API to get import/export function's param/result valkind (#3363)
Export API:
```C
   wasm_func_type_get_param_count
   wasm_func_type_get_param_valkind
   wasm_func_type_get_result_count
   wasm_func_type_get_result_valkind
```
And change wasm_import_type/wasm_export_type to wasm_import_t/wasm_export_t.
2024-05-03 09:41:08 +08:00
..
aot Fix aot debugger compilation error on windows (#3370) 2024-04-29 10:38:43 +08:00
common Expose API to get import/export function's param/result valkind (#3363) 2024-05-03 09:41:08 +08:00
compilation aot compiler: Fix the length type passed to aot_memmove/aot_memset (#3378) 2024-05-01 21:40:52 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Expose API to get import/export function's param/result valkind (#3363) 2024-05-03 09:41:08 +08:00
interpreter Fix loader and mini-loader select potiential error (#3374) 2024-04-29 12:27:55 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00