Struct wasmer_compiler::Target [−][src]
pub struct Target { /* fields omitted */ }
Expand description
This is the target that we will use for compiling the WebAssembly ModuleInfo, and then run it.
Implementations
Creates a new target given a triple
The triple associated for the target.
Trait Implementations
The default for the Target will use the HOST as the triple
Returns the size of the referenced value in bytes. Read more
Auto Trait Implementations
impl RefUnwindSafe for Target
impl UnwindSafe for Target
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.