wasm-micro-runtime/core/iwasm/interpreter
Chris Woods 8bebfe9ad7
Add initial support for WASM exceptions (#2382)
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>
2023-09-28 08:46:45 +08:00
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00
wasm_interp_fast.c Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00
wasm_interp.h Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00
wasm_loader.c Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Merge pull request #2600 from bytecodealliance/main 2023-09-27 16:05:19 +08:00
wasm_opcode.h Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00
wasm_runtime.c Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
wasm_runtime.h Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
wasm.h Add initial support for WASM exceptions (#2382) 2023-09-28 08:46:45 +08:00