Stream: git-wasmtime

Topic: wasmtime / issue #1092 Add bswap instruction


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 20:48):

cfallin labeled issue #1092:

There is an x86 instruction for this.

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 20:48):

cfallin labeled issue #1092:

There is an x86 instruction for this.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2022 at 18:57):

11evan commented on issue #1092:

Here's an attempt at adding Bswap: https://github.com/bytecodealliance/wasmtime/pull/5147

Also tested with a toy program on both x86_64 and aarch64

It's my first contribution to this project, any and all feedback welcome
Who should I tag for reviewing this?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2022 at 14:37):

bjorn3 commented on issue #1092:

https://github.com/bytecodealliance/wasmtime/pull/5147 mostly implemented this, but bswap.i128 is still missing. cc @jameysharp

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2023 at 11:20):

bjorn3 closed issue #1092:

There is an x86 instruction for this.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2023 at 11:20):

bjorn3 commented on issue #1092:

This is now fully implemented.


Last updated: Oct 23 2024 at 20:03 UTC