[][src]Module wasmer_interface_types::decoders

Reads the AST from a particular data representation; for instance, decoders::binary reads the AST from a binary.

Modules

binary

Parse the WIT binary representation into an AST.

wat

Parse the WIT textual representation into an AST.