wasm-micro-runtime/core/iwasm
Enrico Loparco 00539620e9
Improve stack trace dump and fix coding guideline CI (#2599)
Avoid the stack traces getting mixed up together when multi-threading is enabled
by using exception_lock/unlock in dumping the call stacks.

And remove duplicated call stack dump in wasm_application.c.

Also update coding guideline CI to fix the clang-format-12 not found issue.
2023-09-29 10:52:54 +08:00
..
aot Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
common Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
compilation Patch implementations of vfbinop(min,max,pmin,pax) (#2584) 2023-09-28 09:32:01 +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 Fix nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
interpreter Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
libraries Add support for closing/renumbering preopen fds (#2578) 2023-09-26 09:31: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