Stream: git-wasmtime

Topic: wasmtime / issue #8093 winch: SIMD support


view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2024 at 13:10):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2024 at 13:10):

saulecabrera added the winch label to Issue #8093.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2024 at 17:10):

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