[][src]Module wasmer_interface_types_fl::decoders::wat

Parse the WIT textual representation into an AST.

Structs

Buffer

A low-level buffer of tokens which represents a completely lexed file.

Error

A convenience error type to tie together all the detailed errors produced by this crate.

Functions

parse

Parse a WIT definition in its textual format, and produces an AST with the Interfaces structure upon succesful.