wasm-micro-runtime/core/iwasm
Wenyong Huang dd0556a729
aot compiler: Disable musttail for thumb (#2771)
Error is reported when executing `wamrc --target=thumb -o <aot_file> <wasm_file>`:
```
LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
Aborted (core dumped)
```
2023-11-16 11:05:23 +08:00
..
aot Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
common Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
compilation aot compiler: Disable musttail for thumb (#2771) 2023-11-16 11:05:23 +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 Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
libraries Return uint32 from WASI functions (#2749) 2023-11-13 20:07:32 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00