wasm-micro-runtime/core/iwasm
Yage Hu ef0cd22119
Fix memory size not updating after growing in interpreter (#2898)
This commit fixes linear memory size not updating after growing.
This causes `memory.fill` to throw an exception after `memory.grow`.
2023-12-12 08:36:59 +08:00
..
aot Refactor reloc symbols for riscv (#2894) 2023-12-11 14:44:41 +08:00
common Fix typo in CI config and suppress STORE_U8 in TSAN (#2802) 2023-12-11 09:16:30 +08:00
compilation Fix compilation warnings on Windows (#2868) 2023-12-06 16:12:33 +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 Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Update version number to 1.3.0 and update release notes (#2821) 2023-12-06 16:27:21 +08:00
interpreter Fix memory size not updating after growing in interpreter (#2898) 2023-12-12 08:36:59 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00