mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-28 04:27:10 +00:00
![]() This PR adds the initial support for WASM exceptions, it is an initial contribution, as part 1 of 2 contributions. Refer to: https://github.com/bytecodealliance/wasm-micro-runtime/pull/2382 ### Included in this contribution * Inside the classic interpreter only: * Initial handling of Tags * Initial handling of Exceptions based on W3C Exception Proposal * Add `cmake -DWAMR_BUILD_EXCE_HANDLING=1/0` option to enable/disable the feature, and update the wamr-test-suites scripts to test the feature. ### To be included in Part 2 * Inside the classic interpreter only: * Bug fixes and naming convention improvements * Additional CI /CD changes to validate ENABLE_EXCE_HANDLING switch builds OK on all platforms * Import and Export of Exceptions and Tags Signed-off-by: Chris Woods <chris.woods@siemens.com> Co-authored-by: Ricardo Aguilar <ricardoaguilar@siemens.com> Co-authored-by: Rene Ermler <rene.ermler@siemens.com> |
||
---|---|---|
.. | ||
iwasm_interp.cmake | ||
SConscript | ||
wasm_interp_classic.c | ||
wasm_interp_fast.c | ||
wasm_interp.h | ||
wasm_loader.c | ||
wasm_loader.h | ||
wasm_mini_loader.c | ||
wasm_opcode.h | ||
wasm_runtime.c | ||
wasm_runtime.h | ||
wasm.h |