chrisdickinson opened PR #6182 from chrisdickinson:chris/20230407-fix-create-stack-slot-link-5838
to bytecodealliance:main
:
FunctionBuilder::create_stackslot
was renamedcreate_sized_stack_slot
, this updates the link in theStackBuilder
docstring.Fixes #5838.
chrisdickinson requested elliottt for a review on PR #6182.
chrisdickinson requested wasmtime-compiler-reviewers for a review on PR #6182.
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
Can we mention
create_dynamic_stack_slot
here too? (Both this and the sized variant are peers -- both are valid ways to create stackslots, for different sorts of types.)
chrisdickinson updated PR #6182.
chrisdickinson submitted PR review.
chrisdickinson created PR review comment:
Sure! Thanks for the heads up. I've re-pushed the commit with the requested changes.
cfallin submitted PR review.
cfallin merged PR #6182.
Last updated: Nov 22 2024 at 16:03 UTC