This module provides types, traits and impls to convert between
Rust types and the Wasm Value type. Internally this module is
not used, except for the top-level entry points for invocation.
This module contains the definition and implementation of LittleEndianBytes, a trait to
convert values (such as integers or floats) to bytes in little endian byter order
Helper function to quickly construct host functions without worrying about wasm to Rust
type conversion. For reading/writing user data into the current configuration, simply move
user_data into the passed closure.