Allow non-x86 platforms through NaN canonicalization #1940
Labels
A-transaction-runtime
Area: transaction runtime (transaction and receipts processing, state transition, etc)
P-low
Priority: low
Currently, we disallow CPU architectures other than x86 and x86_64 because of NaN non-determinism in Wasm, see:
In the future, we might consider canonicalizing NaNs and allow other CPU platforms.
The text was updated successfully, but these errors were encountered: