mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
![]() This PR adds the initial support for WASM exception handling: * Inside the classic interpreter only: * Initial handling of Tags * Initial handling of Exceptions based on W3C Exception Proposal * Import and Export of Exceptions and Tags * Add `cmake -DWAMR_BUILD_EXCE_HANDLING=1/0` option to enable/disable the feature, and by default it is disabled * Update the wamr-test-suites scripts to test the feature * Additional CI/CD changes to validate the exception spec proposal cases Refer to: https://github.com/bytecodealliance/wasm-micro-runtime/issues/1884 |
||
---|---|---|
.. | ||
alios-things | ||
android | ||
common | ||
cosmopolitan | ||
darwin | ||
esp-idf | ||
freebsd | ||
ios | ||
linux | ||
linux-sgx | ||
nuttx | ||
posix | ||
riot | ||
rt-thread | ||
vxworks | ||
windows | ||
zephyr/simple |