WebAssembly / wabt

The WebAssembly Binary Toolkit
Apache License 2.0
6.9k stars 702 forks source link

Fix error message for ref.is_null #2471

Closed SoniEx2 closed 2 months ago

SoniEx2 commented 2 months ago

Fixes #2453 in a bit of a silly way. (Conveniently, we already have tests for this, but nobody noticed they were broken.)

SoniEx2 commented 2 months ago

cc @Janrupf