Skip to content

Use underscores in token names#127

Merged
rossberg merged 1 commit intomasterfrom
cleanups
Oct 12, 2015
Merged

Use underscores in token names#127
rossberg merged 1 commit intomasterfrom
cleanups

Conversation

@rossberg
Copy link
Member

Just a nit clean-up.

@lukewagner
Copy link
Member

lgtm

rossberg added a commit that referenced this pull request Oct 12, 2015
Use underscores in token names
@rossberg rossberg merged commit 92fa2c7 into master Oct 12, 2015
@rossberg rossberg deleted the cleanups branch October 12, 2015 16:41
ngzhian pushed a commit to ngzhian/spec that referenced this pull request Nov 4, 2021
* i32x4.dot_i16x8_s instruction

* Update proposals/simd/ImplementationStatus.md

Co-authored-by: Thomas Lively <7121787+tlively@users.noreply.github.com>

Co-authored-by: Thomas Lively <7121787+tlively@users.noreply.github.com>
ngzhian added a commit to ngzhian/spec that referenced this pull request Nov 4, 2021
It multiplies respective lanes from the 2 input operands, then adds
adjacent lanes.

This was merged into the proposal in WebAssembly#127.
ngzhian added a commit to ngzhian/spec that referenced this pull request Nov 4, 2021
This instruction was added in WebAssembly#127.

Co-authored-by: Andreas Rossberg <rossberg@mpi-sws.org>
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
This updates the explainer text according to the new spec we agreed in
the 09-15-2020 CG meeting and discussions afterwards.

The following are modifications and clarifications we made after the
09-15-2020 CG meeting, and the relevant issue posts, if any:
https://github.com/WebAssembly/meetings/blob/master/main/2020/CG-09-15.md

- `catch_br` wasm renamed to `delegate` (WebAssembly#133)
- `rethrow` gains an immediate argument (WebAssembly#126)
- Removed dependences on the reference types proposal and the multivalue
  proposal. The multivalue proposal was previously listed as dependent
  because 1. `try` is basically a `block`, so it can have multivalue
  input/output 2. `br_on_exn` can extract multiple values from a
  `block`. We don't have `br_on_exn` anymore, and I'm not sure 1 is a
  strong enough reason to make it a dependence.
- Mention `rethrow` cannot rethrow exceptions caught by `unwind` (WebAssembly#142
  and WebAssembly#137)
- Mention some runtimes, especially web VMs, can attach stack traces to
  the exception object, implying stack traces are not required for all
  VMs
- Update label/validation rules for `delegate` and `rethrow` (WebAssembly#146)
- Finalize opcodes for `delegate` (0x18) and `catch_all` (0x19) (WebAssembly#145
  and WebAssembly#147)

I believe this resolves many previous issue threads, so I'll close them.
Please reopen them if you think there are things left for discussions in
those issues.

Resolves WebAssembly#113, resolves WebAssembly#126, resolves WebAssembly#127, resolves WebAssembly#128, resolves
WebAssembly#130, resolves WebAssembly#142, resolves WebAssembly#145, resolves WebAssembly#146, resolves WebAssembly#147.
rossberg pushed a commit that referenced this pull request Sep 4, 2024
alexcrichton pushed a commit to WebAssembly/wide-arithmetic that referenced this pull request Sep 19, 2025
stevenfontanella pushed a commit to stevenfontanella/spec that referenced this pull request Nov 12, 2025
Update repos:

  wasm-3.0:
    WebAssembly@aca0881

This change was automatically generated by `update-testsuite.py`

Co-authored-by: WebAssembly/testsuite auto-update <github-actions@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants