sunfishcode requested bnjbvr for a review on PR #1337.
sunfishcode opened PR #1337 from is-wasm-parameter
to master
:
Following up on #1329, this further replaces
num_normal_params
with a function
which callsis_wasm_parameter
to correctly count the number of wasm
parameters a function has.
- [X] This has been discussed in issue #1329.
- [X] See the commit message above.
- [X] No user-visible behavior, and we'll mainly test this in wasmtime.
- [X] A reviewer from the core maintainer team has been assigned for this PR.
<!-- Please ensure all communication adheres to the code of conduct. -->
bnjbvr submitted PR Review.
bnjbvr created PR Review Comment:
I also realized it would be nicer for embedders that this implementation be the default impl in FuncEnvironment (eg I doubt spidermonkey will require special behavior here). Can you move the code there, please?
bnjbvr submitted PR Review.
sunfishcode updated PR #1337 from is-wasm-parameter
to master
:
Following up on #1329, this further replaces
num_normal_params
with a function
which callsis_wasm_parameter
to correctly count the number of wasm
parameters a function has.
- [X] This has been discussed in issue #1329.
- [X] See the commit message above.
- [X] No user-visible behavior, and we'll mainly test this in wasmtime.
- [X] A reviewer from the core maintainer team has been assigned for this PR.
<!-- Please ensure all communication adheres to the code of conduct. -->
sunfishcode created PR Review Comment:
Done!
sunfishcode submitted PR Review.
sunfishcode merged PR #1337.
Last updated: Nov 22 2024 at 16:03 UTC