MarinPostma opened PR #9782 from MarinPostma:relax-uncessary-fnmut
to bytecodealliance:main
:
while working with the
emit_binop
operator, I found myself needed to derive copy and clone for some types, because the callback wasFnMut
. After inspection, the closure doesn't need to beFnMut
, andFnOnce
suffice. This is not much, but I think it improves the ergonomics slightly.
MarinPostma requested fitzgen for a review on PR #9782.
MarinPostma requested wasmtime-compiler-reviewers for a review on PR #9782.
saulecabrera submitted PR review:
Thanks!
saulecabrera merged PR #9782.
Last updated: Dec 23 2024 at 13:07 UTC