Skip to content

Commit

Permalink
Fix indentation levels
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Sep 21, 2024
1 parent bb6fc9c commit f501994
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions document/core/appendix/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,14 @@ Added tag definitions, imports, and exports, and instructions to throw and catch

* New :ref:`reference type <syntax-reftype>` short-hands:

- |EXNREF|
- |NULLEXNREF|
- |EXNREF|
- |NULLEXNREF|

* New :ref:`control instructions <syntax-instr-control>`:

- |THROW|
- |THROWREF|
- |TRYTABLE|
- |THROW|
- |THROWREF|
- |TRYTABLE|

* New :ref:`tag section <binary-tagsec>` in binary format.

Expand Down Expand Up @@ -410,9 +410,9 @@ Added more precise types for references. [#proposal-typedref]_

* New :ref:`reference instructions <syntax-instr-ref>`:

- |REFASNONNULL|
- |BRONNULL|
- |BRONNONNULL|
- |REFASNONNULL|
- |BRONNULL|
- |BRONNONNULL|

* New :ref:`control instruction <syntax-instr-control>`:

Expand Down Expand Up @@ -468,11 +468,11 @@ Added managed reference types. [#proposal-gc]_

* New generic :ref:`reference instructions <syntax-instr-ref>`:

- |REFEQ|
- |REFTEST|
- |REFCAST|
- |BRONCAST|
- |BRONCASTFAIL|
- |REFEQ|
- |REFTEST|
- |REFCAST|
- |BRONCAST|
- |BRONCASTFAIL|

* New :ref:`reference instructions <syntax-instr-ref>` for :ref:`unboxed scalars <syntax-i31>`:

Expand Down
Binary file modified document/versions/core/WebAssembly-3.0-draft.pdf
Binary file not shown.

0 comments on commit f501994

Please sign in to comment.