This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Description
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.