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
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
..
aot Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
common Allow empty import array for wasm-c-api wasm_instance_new (#782) 2021-10-12 16:06:38 +08:00
compilation Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
include Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
interpreter Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
libraries Fix WASI type/macro misalignments (#766) 2021-10-14 21:56:30 +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