gwr/parser/binary_parser

Functions

pub fn parse_binary_module(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Binary), String)
pub fn parse_code(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Code), String)
pub fn parse_function_code(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, FunctionCode), String)
pub fn parse_locals_declaration(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, LocalsDeclaration), String)
pub fn parse_section(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Section), String)
Search Document