Browse Source
* Correctly count the number of wasm parameters. Following up on #1329, this further replaces `num_normal_params` with a function which calls `is_wasm_parameter` to correctly count the number of wasm parameters a function has. * Move is_wasm_parameter's implementation into the trait.pull/1019/head
Dan Gohman
5 years ago
committed by
GitHub
5 changed files with 18 additions and 18 deletions
Loading…
Reference in new issue