wasmer::sys::vm

Type Alias VMExternGlobal

Source
pub type VMExternGlobal = InternalStoreHandle<VMGlobal>;
Expand description

The type of extern globals in the sys VM.

Aliased Typeยง

struct VMExternGlobal { /* private fields */ }