wasm-micro-runtime/core/iwasm
Wenyong Huang 114bf9408b
Fix get invokeNative float ret value issue with clang compiler (#1248)
When using clang compiler, the f32/f64 return value might be
invalid when calling invokeNative asm code. Declare the return
type of invokeNative as void, and set volatile for the converted
function pointers to resolve the issue.
2022-06-26 09:33:54 +08:00
..
aot Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
common Fix get invokeNative float ret value issue with clang compiler (#1248) 2022-06-26 09:33:54 +08:00
compilation Support integrate 3rd-party toolchains into wamrc (#1237) 2022-06-20 13:13:41 +08:00
include Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
interpreter Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
libraries Fix some issues reported by klocwork (#1233) 2022-06-16 19:50:47 +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