wasm-micro-runtime/core/iwasm/libraries
Carlos dd9b4e021e
Fix WASI type/macro misalignments (#766)
Some of the WASI definitions in libc-wasi are out of sync with those of [wasi-libc](https://github.com/WebAssembly/wasi-libc/blob/main/libc-bottom-half/headers/public/wasi/api.h).

This PR fixed the misalignments of type __wasi_dirnamlen_t, __wasi_linkcount_t and __wasi_dirent_t, and WASI RIGHT related macros.
2021-10-14 21:56:30 +08:00
..
debug-engine Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
lib-pthread Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-builtin Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-wasi Fix WASI type/macro misalignments (#766) 2021-10-14 21:56:30 +08:00
thread-mgr Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00