Available on crate feature
wasmparser only.Functionsยง
- abstract_
heap_ type - array_
type - block_
type - catch
- composite_
type - const_
expr - custom_
name_ section - custom_
section - Converts the input
sectiongiven from thewasmparsercrate into an encoded custom section. - data_
index - element_
index - entity_
type - export_
kind - field_
type - func_
type - function_
index - global_
index - global_
type - heap_
type - indirect_
name_ map - instruction
- intersperse_
section_ hook - A hook method that is called inside
Reencode::parse_core_modulebefore and after every non-custom core wasm section. - mem_arg
- memory_
index - memory_
type - name_
map - new_
function_ with_ parsed_ locals - Create a new
crate::Functionby parsing the locals declarations from the providedwasmparser::FunctionBody. - ordering
- parse_
code_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the code to thecodesection. - parse_
core_ module - parse_
custom_ name_ subsection - parse_
custom_ section - Parses the input
sectiongiven from thewasmparsercrate and adds the custom section to themodule. - parse_
data - Parses a single
wasmparser::Dataand adds it to thedatasection. - parse_
data_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the data to thedatasection. - parse_
element - Parses the single
wasmparser::Elementprovided and adds it to theelementsection. - parse_
element_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the elements to theelementsection. - parse_
export - Parses the single
wasmparser::Exportprovided and adds it to theexportssection. - parse_
export_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the exports to theexportssection. - parse_
function_ body - Parses a single
wasmparser::FunctionBodyand adds it to thecodesection. - parse_
function_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the functions to thefunctionssection. - parse_
global - Parses the single
wasmparser::Globalprovided and adds it to theglobalssection. - parse_
global_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the globals to theglobalssection. - parse_
import - Parses the single
wasmparser::Importprovided and adds it to theimportsection. - parse_
import_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the imports to theimportsection. - parse_
instruction - Parses a single instruction from
readerand adds it tofunction. - parse_
memory_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the memories to thememoriessection. - parse_
recursive_ type_ group - Parses a single
wasmparser::RecGroupand adds it to thetypessection. - parse_
table - Parses a single
wasmparser::Tableand adds it to thetablessection. - parse_
table_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the tables to thetablessection. - parse_
tag_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the tags to thetagssection. - parse_
type_ section - Parses the input
sectiongiven from thewasmparsercrate and adds all the types to thetypessection. - parse_
unknown_ section - ref_
type - storage_
type - struct_
type - sub_
type - table_
index - table_
type - tag_
index - tag_
kind - tag_
type - type_
index - type_
index_ unpacked - val_
type