wasm-micro-runtime/core
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
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Emit load_addr and load_size if WAMR_ENABLE_COMPILER is set (#3835) 2024-10-08 09:28:24 +08:00
shared Fix Windows compile error when uvwasi is enabled (#3810) 2024-09-25 16:43:00 +08:00
config.h Support dynamic aot debug (#3788) 2024-09-18 11:02:10 +08:00
version.h Update version to 2.1.2 and update release notes (#3718) 2024-08-20 12:00:39 +08:00