wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 6e547baf46
aot_compile_op_call: Stop setting calling convention explicitly (#3140)
The current logic doesn't work for some cases.
cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3138

It's unclear why we are setting the calling convention explicitly here
at all. In many cases, the default just seems working.
2024-02-06 13:14:25 +08:00
..
aot Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
common Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
compilation aot_compile_op_call: Stop setting calling convention explicitly (#3140) 2024-02-06 13:14:25 +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 Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
include wasm_runtime_begin_blocking_op: A comment about usage expectation (#3056) 2024-01-19 18:31:21 +08:00
interpreter Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
libraries Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00