WebAssembly / memory64

Memory with 64-bit indexes
Other
194 stars 21 forks source link

Added SIMD/threads memory ops to Memory64 proposal #25

Closed aardappel closed 2 years ago

aardappel commented 2 years ago

Essentially this just allows 64-bit address operands, so kept it to just a minimal description of the instructions affected.

aardappel commented 2 years ago

Addresses https://github.com/WebAssembly/memory64/issues/23

@lars-t-hansen does this work for you?

lars-t-hansen commented 2 years ago

Addresses #23

@lars-t-hansen does this work for you?

Looks good. Thanks!

rossberg commented 2 years ago

LGTM!