This repository was archived by the owner on Apr 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Functions with custom RTT #99
Comments
I think one could also use such an extension to create a function that effectively has no runtime type tag by specifying |
rossberg
pushed a commit
that referenced
this issue
Feb 24, 2021
This actually seems similar to the ideas in https://github.com/WebAssembly/call-tags, just using "RTT" intead of "call tag." This issue may also become moot depending on the results of #275. |
We no longer have RTTs in the proposal, so this is not something we need to solve for the MVP. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To be able to downcast functions to more than just their exact type, there ought to be a way to define a function with a custom RTT. The existing form of function definition would be considered a shorthand for one with the canonical RTT that's a direct subtype of funcref.
The text was updated successfully, but these errors were encountered: