Available on crate feature
wasmparser
only.Functionsยง
- abstract_
heap_ type - array_
type - block_
type - catch
- composite_
type - const_
expr - cont_
type - custom_
name_ section - custom_
section - Converts the input
section
given from thewasmparser
crate into an encoded custom section. - data_
index - element_
index - element_
items - entity_
type - export_
kind - field_
type - func_
type - function_
index - global_
index - global_
type - handle
- heap_
type - indirect_
name_ map - instruction
- intersperse_
section_ hook - A hook method that is called inside
Reencode::parse_core_module
before 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::Function
by parsing the locals declarations from the providedwasmparser::FunctionBody
. - ordering
- parse_
code_ section - Parses the input
section
given from thewasmparser
crate and adds all the code to thecode
section. - parse_
core_ module - parse_
custom_ name_ subsection - parse_
custom_ section - Parses the input
section
given from thewasmparser
crate and adds the custom section to themodule
. - parse_
data - Parses a single
wasmparser::Data
and adds it to thedata
section. - parse_
data_ section - Parses the input
section
given from thewasmparser
crate and adds all the data to thedata
section. - parse_
element - Parses the single
wasmparser::Element
provided and adds it to theelement
section. - parse_
element_ section - Parses the input
section
given from thewasmparser
crate and adds all the elements to theelement
section. - parse_
export - Parses the single
wasmparser::Export
provided and adds it to theexports
section. - parse_
export_ section - Parses the input
section
given from thewasmparser
crate and adds all the exports to theexports
section. - parse_
function_ body - Parses a single
wasmparser::FunctionBody
and adds it to thecode
section. - parse_
function_ section - Parses the input
section
given from thewasmparser
crate and adds all the functions to thefunctions
section. - parse_
global - Parses the single
wasmparser::Global
provided and adds it to theglobals
section. - parse_
global_ section - Parses the input
section
given from thewasmparser
crate and adds all the globals to theglobals
section. - parse_
import - Parses the single
wasmparser::Import
provided and adds it to theimport
section. - parse_
import_ section - Parses the input
section
given from thewasmparser
crate and adds all the imports to theimport
section. - parse_
instruction - Parses a single instruction from
reader
and adds it tofunction
. - parse_
memory_ section - Parses the input
section
given from thewasmparser
crate and adds all the memories to thememories
section. - parse_
recursive_ type_ group - Parses a single
wasmparser::RecGroup
and adds it to thetypes
section. - parse_
table - Parses a single
wasmparser::Table
and adds it to thetables
section. - parse_
table_ section - Parses the input
section
given from thewasmparser
crate and adds all the tables to thetables
section. - parse_
tag_ section - Parses the input
section
given from thewasmparser
crate and adds all the tags to thetags
section. - parse_
type_ section - Parses the input
section
given from thewasmparser
crate and adds all the types to thetypes
section. - 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