Module wasmer_runtime_core_x::parse

source ·
Expand description

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

Enums§

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.