For some test suite use cases, it might be desirable to have function references (funcrefs) or external references (externrefs) supported as input or expected output of the tests. This is currently not possible, making it harder to test functions containing reference type parameters or reference type return values.
To that end, this issue proposes support for reference types in the framework.
For some test suite use cases, it might be desirable to have function references (
funcrefs) or external references (externrefs) supported as input or expected output of the tests. This is currently not possible, making it harder to test functions containing reference type parameters or reference type return values.To that end, this issue proposes support for reference types in the framework.