wasm-micro-runtime/core/iwasm
Wenyong Huang cb6d85069e
Fix lib-pthread issues (#2410)
- Avoid destroying module instance repeatedly in pthread_exit_wrapper and
  wasm_thread_cluster_exit.
- Wait enough time in pthread_join_wrapper for target thread to exit and
  destroy its resources.
2023-08-01 18:11:58 +08:00
..
aot Re-organize intrinsics in aot_reloc_riscv.c to fix some FPU issues (#2414) 2023-08-01 17:28:57 +08:00
common Remove a few unused functions (#2409) 2023-07-31 19:14:44 +08:00
compilation Fix ExpandMemoryOpPass doesn't work properly (#2399) 2023-07-29 10:28:09 +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 some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00
interpreter Fix result arity check on select_t opcode (#2406) 2023-07-31 18:20:11 +08:00
libraries Fix lib-pthread issues (#2410) 2023-08-01 18:11: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