2020-02-10 15:27:04 +01:00
|
|
|
//! Writes the AST into a particular format; for instance,
|
|
|
|
//! `encoders::wat` writes the AST into a string representing WIT with
|
|
|
|
//! its textual format.
|
|
|
|
|
2020-02-14 15:16:37 +01:00
|
|
|
pub mod binary;
|
2019-09-13 15:40:23 +02:00
|
|
|
pub mod wat;
|