Module parse

Source
Expand description

The parse module contains common data structures and functions using to parse wasm files into runtime data structures.

Enums§

LoadError
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 to WpType.
wp_type_to_type
Convert given WpType to Type.