Enum wasmtime_environ::ObjectKind 
source · pub enum ObjectKind {
    Module,
    Component,
}Expand description
Types of objects that can be created by Compiler::object
pub enum ObjectKind {
    Module,
    Component,
}Types of objects that can be created by Compiler::object