Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 564fc40

Browse files
committed
[proposal] Link to function reference proposal
1 parent 241c48d commit 564fc40

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/WebAssembly/multi-value.svg?branch=master)](https://travis-ci.org/WebAssembly/reference-types)
1+
[![Build Status](https://travis-ci.org/WebAssembly/reference-types.svg?branch=master)](https://travis-ci.org/WebAssembly/reference-types)
22

33
# Reference Types Proposal for WebAssembly
44

proposals/reference-types/Overview.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ Questions:
140140

141141
### Typed function references
142142

143+
See the [typed function references proposal](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md)
144+
143145
Motivation:
144146

145147
* Allow function pointers to be expressed directly without going through table and dynamic type check.
@@ -167,13 +169,6 @@ Additions:
167169
- optional for backwards compatibility, defaults to `null`
168170

169171

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?
175-
176-
177172
### Type Import/Export
178173

179174
Motivation:

0 commit comments

Comments
 (0)