Closed
Bug 1669984
Opened 5 years ago
Closed 5 years ago
wat gets the name of 'i32x4.dot_i16x8_s' wrong
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
People
(Reporter: lth, Assigned: lth)
References
Details
wat thinks the name is i32x4.dot_i8x16_s, I will file a PR and ask for a new release.
https://github.com/bytecodealliance/wasm-tools/blob/main/crates/wast/src/ast/expr.rs#L948
I should have seen this when I fixed the opcode yesterday :-(
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
A patch pulling in a new wat was mistakenly attached to 1669938 instead of this one; it is landing.
| Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•