WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
982 stars 70 forks source link

[test] Test `call_indirect` subtyping more thoroughly #526

Closed tlively closed 6 months ago

tlively commented 6 months ago

Test that validation allows call_indirect to have a type immediate that is a supertype of or unrelated to the table element type and that the runtime behavior is correct in these cases.