[−][src]Crate fce_wit_parser
Enums
| WITParserError |
Functions
| delete_wit_section | Delete all custom sections with WIT from provided Wasm module. |
| delete_wit_section_from_file | Delete all custom sections with WIT from provided Wasm file. |
| embed_text_wit | Embed provided WIT to a Wasm file by path. |
| embed_wit | Embed provided WIT to a Wasm module. |
| extract_text_wit | Extracts WIT section of provided Wasm binary and converts it to a string. |
| extract_wit | Extracts WIT section of provided Wasm binary and converts it to a FCEWITInterfaces. |
| module_interface |