Available on crate feature 
wasmparser only.Functionsยง
- Converts the inputsectiongiven from thewasmparsercrate into an encoded custom section.
- A hook method that is called insideReencode::parse_core_modulebefore and after every non-custom core wasm section.
- Create a newcrate::Functionby parsing the locals declarations from the providedwasmparser::FunctionBody.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the code to thecodesection.
- Parses the inputsectiongiven from thewasmparsercrate and adds the custom section to themodule.
- Parses a singlewasmparser::Dataand adds it to thedatasection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the data to thedatasection.
- Parses the singlewasmparser::Elementprovided and adds it to theelementsection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the elements to theelementsection.
- Parses the singlewasmparser::Exportprovided and adds it to theexportssection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the exports to theexportssection.
- Parses a singlewasmparser::FunctionBodyand adds it to thecodesection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the functions to thefunctionssection.
- Parses the singlewasmparser::Globalprovided and adds it to theglobalssection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the globals to theglobalssection.
- Parses the singlewasmparser::Importprovided and adds it to theimportsection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the imports to theimportsection.
- Parses a single instruction fromreaderand adds it tofunction.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the memories to thememoriessection.
- Parses a singlewasmparser::RecGroupand adds it to thetypessection.
- Parses a singlewasmparser::Tableand adds it to thetablessection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the tables to thetablessection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the tags to thetagssection.
- Parses the inputsectiongiven from thewasmparsercrate and adds all the types to thetypessection.