[][src]Module wasmer::internals

We use the internals module for exporting types that are only intended to use in internal crates such as the compatibility crate wasmer-vm. Please don't use any of this types directly, as they might change frequently or be removed in the future.

Structs

WithEnv

An empty struct to help Rust typing to determine when a HostFunction does have an environment.

WithoutEnv

An empty struct to help Rust typing to determine when a HostFunction does not have an environment.