Expand description
The parse module contains common data structures and functions using to parse wasm files into runtime data structures.
Enums§
- Load
Error - Kind of load error.
Functions§
- read_
module - Read wasm binary into module data using the given backend, module code generator, middlewares, and compiler configuration.
- type_
to_ wp_ type - Convert given
Type
toWpType
. - wp_
type_ to_ type - Convert given
WpType
toType
.