wasm-micro-runtime/core/iwasm
TianlongLiang c6d42db598
Correct Exception Handling tag type when GC is enabled (#3413)
Use `WASMFuncType` to represent tag_type in `WASMTagImport` and
`WASMTag` so that the type definition is consistent no matter to GC is
enabled or not.

This PR fixes https://github.com/bytecodealliance/wasm-micro-runtime/issues/3409.
2024-05-13 16:42:01 +08:00
..
aot Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
common Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
compilation Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
include Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
interpreter Correct Exception Handling tag type when GC is enabled (#3413) 2024-05-13 16:42:01 +08:00
libraries Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00