WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

[spec] Fix types of v128.store{8,16,32,64}_lane in index #1584

Closed candymate closed 1 year ago

candymate commented 1 year ago

Mistakes in types of v128.store{8,16,32,64}_lane in Appendix: instruction index. Types should be [i32, v128] -> [] instead of [i32, v128] -> [v128].

ngzhian commented 1 year ago

Thanks for the fix, this rst is generated from here: https://github.com/WebAssembly/spec/blob/main/document/core/appendix/gen-index-instructions.py#L430-L433 so maybe update the python file and regenerate the rst, or make the same changes to the python file.