Module wasmer::utils

source ยท
Expand description

Useful data types, functions and traits used throughout the crate to interact with WebAssembly entities such as crate::Memory and crate::Value.

Re-exportsยง

Modulesยง

  • into_bytes ๐Ÿ”’
    Convert bynary data into [bytes::Bytes].
  • macros ๐Ÿ”’
  • mem ๐Ÿ”’
    Useful data types, functions and traits for interacting with the memory of a crate::Instance.
  • native ๐Ÿ”’
    Useful data types, functions and traits for the interaction between host types and WebAssembly.
  • rt_macros ๐Ÿ”’
    Useful macros to generate enums to represent Runtime-types.