Closed fitzgen closed 9 months ago
There isn't a br_on_null.wast
in the gc
directory. Should I create one?
It's in the main directory. But you'll need to modify the example to avoid the use of GC features (which should be inessential to the issue). E.g. with some use of subtyping that works with just the funcref proposal.
@rossberg rewrote it to use (ref null $ty)
and funcref
instead of structref
and anyref
and moved the test into br_on_null.wast
.
r? @rossberg