This document describes the "Basic" C ABI for WebAssembly. As mentioned in README, it's not the only possible C ABI. It is the ABI that the clang/LLVM WebAssembly backend is currently using, and any other C or C++ compiler wishing to be ABI-compatible with it.
The current version of this ABI is 1.
This ABI is designed to work with Release 1.0 of the WebAssembly Specification. It does not require any