wasm-micro-runtime/core/iwasm
Wenyong Huang 7bb78dc260
Remove fast jit macro in enum WASMExceptionID (#1933)
The definitions `enum WASMExceptionID` in the compilation of wamrc and the compilation
of Fast JIT are different, since the latter enables the Fast JIT macro while the former doesn't.
This causes that the exception ID in AOT file generated by wamrc may be different from
iwasm binary compiled with Fast JIT enabled, and may result in unexpected behavior.
Remove the macro control to resolve it.
2023-02-02 15:23:44 +08:00
..
aot Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
common Remove fast jit macro in enum WASMExceptionID (#1933) 2023-02-02 15:23:44 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Implement opcode atomic.wait and atomic.notify for Fast JIT (#1914) 2023-01-25 09:53:40 +08:00
include Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
interpreter Remove fast jit macro in enum WASMExceptionID (#1933) 2023-02-02 15:23:44 +08:00
libraries wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00