You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: proposals/reference-types/Overview.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,8 @@ Questions:
140
140
141
141
### Typed function references
142
142
143
+
See the [typed function references proposal](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md)
144
+
143
145
Motivation:
144
146
145
147
* Allow function pointers to be expressed directly without going through table and dynamic type check.
@@ -167,13 +169,6 @@ Additions:
167
169
- optional for backwards compatibility, defaults to `null`
168
170
169
171
170
-
Question:
171
-
172
-
* General function have no reasonable default, do we need scoped variables like `let`?
173
-
* Should there be a down cast instruction?
174
-
* Should there be depth subtyping for function types?
0 commit comments