Module wasmer_runtime_core_fl::parse[][src]

Expand description

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

Enums

Kind of load error.

Functions

Read wasm binary into module data using the given backend, module code generator, middlewares, and compiler configuration.

Convert given Type to WpType.

Convert given WpType to Type.