peterhuene closed Issue #983:
https://github.com/bytecodealliance/wasmtime/pull/976#discussion_r383978188
I originally didn't do this in order to (a) conform with the spec in an obvious way, and (b) because I was unsure if table elements are something we can safely
memcpy
around, and (c) I wasn't sure that this actually matches the spec's behavior but I _think_ it does.(Note: we shouldn't literally, actually use
memcpy
directly. We would usecopy_from_slice
.)spec link: https://webassembly.github.io/bulk-memory-operations/core/exec/instructions.html#exec-table-copy
Last updated: Nov 22 2024 at 16:03 UTC