wasm-micro-runtime/build-scripts
Wenyong Huang bab2402b6e
Fix atomic.wait, get wasi_ctx exit code and thread mgr issues (#2024)
- Remove notify_stale_threads_on_exception and change atomic.wait
  to be interruptible by keep waiting and checking every one second,
  like the implementation of poll_oneoff in libc-wasi
- Wait all other threads exit and then get wasi exit_code to avoid
  getting invalid value
- Inherit suspend_flags of parent thread while creating new thread to
  avoid terminated flag isn't set for new thread
- Fix wasi-threads test case update_shared_data_and_alloc_heap
- Add "Lib wasi-threads enabled" prompt for cmake
- Fix aot get exception, use aot_copy_exception instead
2023-03-15 07:47:36 +08:00
..
esp-idf
build_llvm.py Fix key error in build_llvm.py (#2014) 2023-03-07 17:48:26 +08:00
config_common.cmake Fix atomic.wait, get wasi_ctx exit code and thread mgr issues (#2024) 2023-03-15 07:47:36 +08:00
involve_boringssl.cmake
lldb-wasm.patch
requirements.txt Add gh api call for fetching llvm version (#1942) 2023-02-09 07:49:07 +08:00
runtime_lib.cmake wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
SConscript
SConscript_config