Commit Graph

5 Commits

Author SHA1 Message Date
Wenyong Huang
327374cfee
Fix some compile warnings and typos ()
- Clear some compile warnings
- Fix some typos
- Fix llvm LICENSE link error
- Remove unused aot file and binarydump bin
- Add checks when loading AOT exports
2024-10-15 16:04:58 +08:00
YAMAMOTO Takashi
1dbae404b4
samples/spawn-thread: Tweak to expose a bug ()
this would expose the deadlock bug, which has been fixed by
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2882
2023-12-08 18:35:40 +08:00
Wenyong Huang
3ded9ece83
Apply clang format for samples files ()
Apply clang format for c source files under samples folder
2021-11-15 12:48:35 +08:00
qinxk-inter
049760b849
Fix the build issues on mac for some samples ()
Fix the build issues on mac for basic/multi-module/multi-thread/
simple/spawn-thread/wasm-c-api under samples.
And all these samples could be run as expected.

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>
2020-08-21 15:14:04 +08:00
Xu Jun
2db335c6d4
add spawn thread API and sample () 2020-08-04 17:40:45 +08:00