WebAssembly / function-references

Proposal for Typed Function References
https://webassembly.github.io/function-references/
Other
101 stars 15 forks source link

Fix formatting in the spec binary section for table initializers #107

Closed takikawa closed 1 year ago

takikawa commented 1 year ago

There's some weird formatting in the description of the binary format of table initializers:

table-screenshot-1

This PR should fix it to look like this:

table-screenshot-2