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.