Skip to content

Commit

Permalink
Eps
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed May 14, 2018
1 parent 5191faa commit e5d4ea4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions proposals/gc/MVP.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Based on the JS type reflection proposal.

#### `Table`

* The `Table` constructor gets an additional optional argument `init` that is used to initialise the table slots. It defaults to `null`. A `TypeError` is produced if the argument is omitted and the table type is not defaultable.
* The `Table` constructor gets an additional optional argument `init` that is used to initialise the table slots. It defaults to `null`. A `TypeError` is produced if the argument is omitted and the table's element type is not defaultable.

#### `Type`

Expand All @@ -256,12 +256,4 @@ TODO.

## Questions

### Equality Types

* Interaction with type imports/exports: do they need to distinguish equality types from non-equality now?

* Similarly, the JS API for `WebAssembly.Type` would need to enable the distinction.

### Casts

* Distinguish reference types that are castable?
* Distinguish reference types that are castable (and therefor have RTTI)?

0 comments on commit e5d4ea4

Please sign in to comment.