summaryrefslogtreecommitdiff
path: root/test/run-c-api-examples.py
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2020-05-13 15:16:28 -0700
committerGitHub <noreply@github.com>2020-05-13 15:16:28 -0700
commit73cc590820a526c553ce9d70b1fa1096826bc773 (patch)
treec1276bdbbdcb695d0956e7e47dabb770fa822e05 /test/run-c-api-examples.py
parent2395f8f81575aaf3e243c9ce400948444e6f8c6a (diff)
downloadwabt-73cc590820a526c553ce9d70b1fa1096826bc773.tar.gz
wabt-73cc590820a526c553ce9d70b1fa1096826bc773.tar.bz2
wabt-73cc590820a526c553ce9d70b1fa1096826bc773.zip
Fix bug when writing grouped named parameters (#1418)
A named parameter (or local) must always be in its own `param` block, so this syntax is not allowed: `(param i32 $b i32)` And must instead be converted to: `(param i32) (param $b i32)`
Diffstat (limited to 'test/run-c-api-examples.py')
0 files changed, 0 insertions, 0 deletions