wasm-micro-runtime/core/iwasm
liang.he 84a23d43ec
wasm-c-api: Fix init/destroy thread env multiple times issue (#1766)
Record the store number of current thread with struct thread_local_stores
or tls thread_local_stores_num to fix the issue:
- Only call wasm_runtime_init_thread_env() in the first wasm_store_new of
  current thread
- Only call wasm_runtime_destroy_thread_env() in the last wasm_store_delete
  of current thread

And remove the unused store list in the engine.
2022-12-05 11:16:14 +08:00
..
aot Add ARM aeabi memcpy/memmove/memset symbols for AOT bulk memory ops (#1777) 2022-12-02 10:18:20 +08:00
common wasm-c-api: Fix init/destroy thread env multiple times issue (#1766) 2022-12-05 11:16:14 +08:00
compilation Fix issues reported by Coverity (#1775) 2022-12-01 19:24:13 +08:00
fast-jit Fix a typo in workflow (#1760) 2022-11-30 14:00:30 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Fix issues reported by Coverity (#1775) 2022-12-01 19:24:13 +08:00
libraries Fix issues reported by Coverity (#1775) 2022-12-01 19:24:13 +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