saulecabrera opened issue #8093:
Winch is missing support for most of finished WebAssembly proposals. The goal of this issue is to track support for the SIMD proposal
saulecabrera added the winch label to Issue #8093.
elliottt commented on issue #8093:
Once we're working SIMD support, the cranelift
Winch
calling convention will need to be updated with whatever mechanism we choose. There's a TODO in the x64 abi introduced in https://github.com/bytecodealliance/wasmtime/pull/8210 that points out where we'll need to handle this for return values.
Last updated: Nov 22 2024 at 16:03 UTC