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 module instantiation of execution #1636

Closed jaehyun1ee closed 1 year ago

jaehyun1ee commented 1 year ago

A closing parenthesis seems to be missing for the condition of module instantiation.

image

So this pull request simply adds a closing parenthesis for it.