Skip to content

Commit 9c8f2fb

Browse files
authored
[c] Add documentation for the C binding generator (#1319)
* Add documentation for the C binding generator * Clarify meaning of various files * Clarify deallocation * Typos and formatting * Clarify imported function cleanup * Fix typo * Formatting * Code formatting * Add free information for options, results, variants * Code formatting, strengthen wording * Address feedback
1 parent 96e0152 commit 9c8f2fb

File tree

3 files changed

+738
-2
lines changed

3 files changed

+738
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ which in this case, as expected, is the same as the input world.
263263

264264
### Guest: C/C++
265265

266+
See the [`wit-bindgen` C and C++ Bindings Generator documentation](/crates/c/README.md) for details.
267+
266268
C and C++ code can be compiled for the `wasm32-wasip1` target using the [WASI
267269
SDK] project. The releases on that repository have precompiled `clang` binaries
268270
which are pre-configured to compile for WebAssembly.

0 commit comments

Comments
 (0)