wasm-micro-runtime/core/iwasm
liang.he fc3e8903ce
Remove unnecessary conversion of __wasi_addr_t to bh_sockaddr_t in sock_recv_from() (#4391)
`src_addr` will be filled upon return. Before the call, its content
is unpredictable.
2025-06-19 11:11:35 +08:00
..
aot Fix aot table instantiate (#3946) 2024-12-10 20:26:32 +08:00
common Refactor SConscript and add file checks in iwasm.c (#3945) 2024-12-06 14:54:37 +08:00
compilation Check possible integer overflow in aot memory boundary check (#3920) 2024-11-22 16:01:24 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
include Allow to set native stack boundary to exec_env (#3862) 2024-10-18 12:49:57 +08:00
interpreter Fix loader small bug (#3928) 2024-11-26 10:08:51 +08:00
libraries Remove unnecessary conversion of __wasi_addr_t to bh_sockaddr_t in sock_recv_from() (#4391) 2025-06-19 11:11:35 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00