floats property

bool floats
final

Whether or not floating-point instructions are enabled. This is enabled by default can be used to disallow floating-point operators and types. This does not correspond to a WebAssembly proposal but is instead intended for embeddings which have stricter-than-usual requirements about execution. Floats in WebAssembly can have different NaN patterns across hosts which can lead to host-dependent execution which some runtimes may not desire.

Implementation

final bool floats;