This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/libraries
YAMAMOTO Takashi 336abc2b27
Fix a build on alpine, whose libc is musl (#726)
Change __syscall_slong_t to __SYSCALL_SLONG_TYPE, and use it when macro __SYSCALL_SLONG_TYPE is defined.
2021-09-07 10:03:54 +08:00
..
lib-pthread lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
libc-builtin Implement clock() wrapper for built-in libc (#691) 2021-08-07 21:21:25 +08:00
libc-emcc Update sample workload's scripts to align with latest emcc (#609) 2021-04-13 13:42:08 +08:00
libc-uvwasi Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
libc-wasi Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +08:00
thread-mgr Enable multi-thread for tensorflow sample, update wasm-c-api document (#651) 2021-06-14 08:58:32 +08:00