Module wasmer_cli::c_gen
source · Expand description
A convenient little abstraction for building up C expressions and generating simple C code.
Modules§
- Generate a header file for the static object file produced.
Enums§
- A statement in the C programming language. This may not be exact to what an AST would look like or what the C standard says about the C language, it’s simply a structed way to organize data for generating C code.
- A Type in the C language.
Functions§
- Generate C source code from some
CStatements
into a String.
Type Aliases§
- An identifier in C.