Converts the input section
given from the wasmparser
crate into an
encoded custom section.
Parses the input section
given from the wasmparser
crate and adds
all the code to the code
section.
Parses the input section
given from the wasmparser
crate and
adds the custom section to the module
.
Parses the input section
given from the wasmparser
crate and adds
all the data to the data
section.
Parses the input section
given from the wasmparser
crate and adds
all the elements to the element
section.
Parses the input section
given from the wasmparser
crate and adds
all the exports to the exports
section.
Parses the input section
given from the wasmparser
crate and adds
all the functions to the functions
section.
Parses the input section
given from the wasmparser
crate and adds
all the globals to the globals
section.
Parses the input section
given from the wasmparser
crate and adds
all the imports to the import
section.
Parses a single instruction from reader
and adds it to function
.
Parses the input section
given from the wasmparser
crate and adds
all the memories to the memories
section.
Parses the input section
given from the wasmparser
crate and adds
all the tables to the tables
section.
Parses the input section
given from the wasmparser
crate and adds
all the tags to the tags
section.
Parses the input section
given from the wasmparser
crate and adds
all the types to the types
section.