wasm-micro-runtime/core
Wenyong Huang 2cb701f7f3
Fix windows AOT hw bound check (#2475)
When AOT out of bound linear memory access or stack overflow occurs, the call stack of
AOT functions cannot be unwound currently, so from the exception handler, runtime
cannot jump back into the place that calls the AOT function.
We temporarily skip the current instruction and let AOT code continue to run and return
to caller as soon as possible. And use the zydis library the decode the current instruction
to get its size.

And remove using RtlAddFunctionTable to register the AOT functions since it doesn't work
currently.
2023-08-18 10:16:03 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
shared Fix issues reported by Coverity and clear windows warnings (#2467) 2023-08-17 10:54:02 +08:00
config.h wasi-nn: Improve TPU support (#2447) 2023-08-14 20:03:56 +08:00
version.h Update version number and release notes (#2213) 2023-05-16 12:39:22 +08:00