You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Wasm core spec currenlty depends on two external standards: IEEE 754 and Unicode. Both continue to evolve, so the question is how the spec should reference them:
Without a specific version, always applying the latest.
Pinned to an exact version.
Pinned to a minimum version.
See this comment and surrounding discussion for a rough summary of the trade-offs.