Struct wasmer_compiler_singlepass::Singlepass [−][src]
pub struct Singlepass { /* fields omitted */ }
Implementations
Creates a new configuration object with the default configuration specified.
Enable stack check.
When enabled, an explicit stack depth check will be performed on entry to each function to prevent stack overflow.
Note that this doesn’t guarantee deterministic execution across different platforms.
Trait Implementations
Gets the default features for this compiler in the given target
Pushes a middleware onto the back of the middleware chain.
Enable Position Independent Code (PIC). Read more
Enable compiler IR verification. Read more
Enable NaN canonicalization. Read more
Returns the “default value” for a type. Read more
Returns the size of the referenced value in bytes. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Singlepass
impl Send for Singlepass
impl Sync for Singlepass
impl Unpin for Singlepass
impl !UnwindSafe for Singlepass
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
pub fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
pub fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer