wasm-micro-runtime/core/iwasm
James Ring 6b4d8aae2a
Emit load_addr and load_size if WAMR_ENABLE_COMPILER is set (#3835)
Currently, the open-source builds of wamrc set WASM_ENABLE_DUMP_CALL_STACK,
which causes these two fields to be emitted. They are required by aot_emit_exception.c.

Internally at Google, we don't enable call stack dumps, so we've been using the
attached patch to make sure the fields are emitted anyway.
2024-10-08 09:28:24 +08:00
..
aot Fix missing symbols when using aot mode on riscv platforms (#3812) 2024-09-28 21:55:09 +08:00
common Fix Windows compile error when uvwasi is enabled (#3810) 2024-09-25 16:43:00 +08:00
compilation Fix a compile warning in aot_emit_function.c (#3793) 2024-09-18 09:37:57 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
include aot_comp_option.h: Add missing stdint.h header (#3834) 2024-10-08 06:35:46 +08:00
interpreter Emit load_addr and load_size if WAMR_ENABLE_COMPILER is set (#3835) 2024-10-08 09:28:24 +08:00
libraries Fix mac build of libc_emcc_wrapper.c (#3836) 2024-10-05 15:46:23 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00