Module wasmer_interface_types_fl::encoders[][src]

Writes the AST into a particular format; for instance, encoders::wat writes the AST into a string representing WIT with its textual format.

Modules

binary

Writes the AST into bytes representing WIT with its binary format.

wat

Writes the AST into a string representing WIT with its textual format.