Module constants

Module constants 

Source

Constants§

CANONICAL_NAN_F32
Canonical NaN value for f32 type
CANONICAL_NAN_F64
Canonical NaN value for f64 type
EH_FRAME_SECTION_NAME
ELF’s EH frame section name.
GEF32_LEQ_I32_MAX
Greatest Exact Float (32 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
GEF32_LEQ_I64_MAX
Greatest Exact Float (32 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
GEF32_LEQ_U32_MAX
Greatest Exact Float (32 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
GEF32_LEQ_U64_MAX
Greatest Exact Float (32 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
GEF64_LEQ_I32_MAX
Greatest Exact Float (64 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
GEF64_LEQ_I64_MAX
Greatest Exact Float (64 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
GEF64_LEQ_U32_MAX
Greatest Exact Float (64 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
GEF64_LEQ_U64_MAX
Greatest Exact Float (64 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
LEF32_GEQ_I32_MIN
Least Exact Float (32 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
LEF32_GEQ_I64_MIN
Least Exact Float (32 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
LEF32_GEQ_U32_MIN
Least Exact Float (32 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
LEF32_GEQ_U64_MIN
Least Exact Float (32 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.
LEF64_GEQ_I32_MIN
Least Exact Float (64 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
LEF64_GEQ_I64_MIN
Least Exact Float (64 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
LEF64_GEQ_U32_MIN
Least Exact Float (64 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
LEF64_GEQ_U64_MIN
Least Exact Float (64 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.
WASMER_FUNCTION_OFFSETS_SECTION_NAME
Name of the section used for serialization of the function offsets in a built image.
WASMER_MODULE_INFO_SECTION_NAME
Name of the section used for serialization of the ModuleInfo.
WASMER_TRAPS_SECTION_NAME
Name of the section used for serialization of function trap information.
WASMER_TRAP_FUNCTION_OFFSETS_SECTION_NAME
Name of the section used for serialization of function trap-list offsets in a built image.