alexcrichton commented on issue #6625:
With @fitzgen's excellent idea of actually testing these on somewhat real hardware I ran the test suite through QEMU with
QEMU_CPU=core2duo,-sse3,-ssse3
(couldn't figure out a shorter way of saying "no features") and the entire test suite passes with https://github.com/bytecodealliance/wasmtime/pull/6629 and https://github.com/bytecodealliance/wasmtime/pull/6630 so there were indeed a few mistakes to catch, but after that I think we're looking good!(I don't have actual old hardware to test on myeslf)
Last updated: Nov 22 2024 at 17:03 UTC