afonso360 opened PR #4801 from call-cc
to main
:
:wave: Hey,
This is a continuation of the TODO items in #4667 . It looks like #4667 accidentally already enables us to mix calling conventions so we don't need to do anything except remove an unused error.
This is an important feature for https://github.com/bytecodealliance/wasmtime/issues/4566 since we decided to mark big/little endian behaviour via calling convention, so this allows us to write runtests for that.
jameysharp submitted PR review.
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
fast
andsystem_v
are actually the same in practice right now -- perhaps we could trysystem_v
andwindows_fastcall
?
afonso360 submitted PR review.
afonso360 created PR review comment:
That might not work on
aarch64
ands390x
, but we can try one of thewasmtime
ones.
afonso360 updated PR #4801 from call-cc
to main
.
jameysharp merged PR #4801.
Last updated: Nov 22 2024 at 17:03 UTC