wasm-micro-runtime/core/iwasm
Ricardo Aguilar 59bccdfed8
PR2 Exception Handling Support (#2785)
This PR continues the work from #2382 and updates the exception handling support:
* Inside the classic interpreter only:
  * Bug fixes and naming convention improvements
  * Import and Export of Exceptions and Tags
  * Remove the dependency on multi-module
  * Additional CI /CD changes to validate ENABLE_EXCE_HANDLING switch builds
     OK on all platforms

Refer to https://github.com/bytecodealliance/wasm-micro-runtime/issues/1884.

Signed-off-by: Ricardo Aguilar <ricardoaguilar@siemens.com>
Co-authored-by: Chris Woods <chris.woods@siemens.com>
Co-authored-by: Rene Ermler <rene.ermler@siemens.com>
Co-authored-by: Trenner Thomas <trenner.thomas@siemens.com>
2023-11-21 14:27:43 +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 PR2 Exception Handling Support (#2785) 2023-11-21 14:27:43 +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