gwr/parser/module_parser

Constants

pub const function_index_id: Int
pub const global_index_id: Int
pub const memory_index_id: Int
pub const table_index_id: Int

Functions

pub fn parse_export(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Export), String)
pub fn parse_global(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Global), String)
pub fn parse_memory(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Memory), String)
Search Document