This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Enrico Loparco 42ced88424
Fix stack alignment issue on ia32 (#1934)
The stack of Unix-like (GCC) system should be aligned on 16-byte boundary
according to the x86-32 ABI specification.
2023-02-06 09:07:00 +08:00
..
aot Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
common Fix stack alignment issue on ia32 (#1934) 2023-02-06 09:07:00 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
include Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
interpreter Fix jit memory overwritten after instance deinstantiate (#1936) 2023-02-03 11:15:03 +08:00
libraries Enable gcc-4.8 compilation (#1928) 2023-02-02 19:34:20 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00