WebAssembly / memory64

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

Fixed data section init expr not i64 #18

Closed aardappel closed 3 years ago

aardappel commented 3 years ago

Fixes: https://github.com/WebAssembly/memory64/issues/17

backes commented 3 years ago

I just tested locally; this CL seems to make V8 pass all spec tests.

aardappel commented 3 years ago

@rossberg any comments?

aardappel commented 3 years ago

Ok, since this works for me and @backes I can probably merge this for now, any improvements can happen later.