WebAssembly / spec

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

[spec] Fix typo in execution of vector instructions #1621

Closed f52985 closed 1 year ago

f52985 commented 1 year ago

This pull requests fix typos in the execution of some of the vector instructions, by appending missing period or adding the missing :math: block to some of the steps.

ngzhian commented 1 year ago

Thanks!