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
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
New versions of wabt reject spec test assertions assert_return_canonical_nan and assert_return_arithmetic_nan since WebAssembly/wabt@415c3bb. This repo still uses those old assertions and doesn't work with current versions of wabt anymore.
Ideally wabt wouldn't have removed support for those old commands, since the only way to fix this repo is to break backward compatibility with older versions of wabt.