wasm-micro-runtime/core/iwasm
Marcin Kolny 2615646c20
Fix on-heap aux stack allocation (#1865)
Because stack grows from high address towards low address, the value
returned by malloc is the end of the stack, not top of the stack. The top
of the stack is the end of the allocated space (i.e. address returned by
malloc + cluster size).

Refer to #1790.
2023-01-06 18:21:28 +08:00
..
aot Register missing symbols for f32 to 64 bit integer conversion (#1850) 2022-12-30 15:21:25 +08:00
common Merge main into dev/wasi_threads 2023-01-03 18:15:23 +08:00
compilation Return result directly if float cmp is called in AOT XIP (#1851) 2022-12-30 16:45:39 +08:00
fast-jit Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Merge main into dev/wasi_threads 2023-01-03 18:15:23 +08:00
libraries Fix on-heap aux stack allocation (#1865) 2023-01-06 18:21:28 +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