Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Use the second proposal #66

Merged
merged 6 commits into from
Nov 7, 2018
Merged

Use the second proposal #66

merged 6 commits into from
Nov 7, 2018

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Nov 6, 2018

Now we have voted for the second proposal, change the document to
represent the right one.

Now we have voted for the second proposal, change the document to
represent the right one.
@aheejin aheejin merged commit aacf019 into master Nov 7, 2018
@aheejin aheejin deleted the second_proposal branch November 7, 2018 19:59
ioannad pushed a commit to ioannad/exception-handling that referenced this pull request Jun 6, 2020
* The data count section is required if the `memory.init` or `data.drop`
  instructions are used.

* `memory.init` had an off-by-one bug when reading at the end of a segment.

* All instructions that operate on regions need to compare length to 0
  using unsigned comparison (e.g. `I32.gt_u n 0l`).

* Converting length from 32- to 64-bit now uses
  `I64_convert.extend_i32_u`, instead of `Int64.of_int32`, since the
  latter will sign-extend.

* The `table.copy` overlap test now uses an unsigned comparison.

* The passive element text syntax still allows function indexes, e.g.
  `(elem passive $f1 $f2)`.

* Add element type to passive element segments
ioannad pushed a commit to ioannad/exception-handling that referenced this pull request Feb 23, 2021
Now we have voted for the second proposal, change the document to
represent the right one.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants