(module
(func (param i32)
loop
block
local.get 0
ref.as_non_null
end
end
)
)
shows an assertion failure in wasm-as at Assertion failed: isRef() (/src/src/wasm/wasm-type.cpp: getHeapType: 930).
This assertion failure does not seem to show up in version 117, only in 118.
I haven't been able to check the latest comment on the main branch and I haven't checked if #6741 will fix this.
@kripken, any thoughts? Perhaps it's the same as #6738?