WebAssembly / spec

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

[js-api] editorial: adjust link for v128 type #1560

Closed takikawa closed 1 year ago

takikawa commented 1 year ago

Right now the text for the "v128" type in the JS API doc links to https://webassembly.github.io/spec/core/syntax/types.html#syntax-numtype, but the type is not actually defined there.

This minor PR makes it link to https://webassembly.github.io/spec/core/syntax/types.html#vector-types instead.