WebAssembly / memory64

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

Changed memory index from u32/u64 to i32/i64 #41

Closed dakenf closed 9 months ago

dakenf commented 10 months ago

Updated to maximize spec compatibility as requested here https://github.com/WebAssembly/memory64/pull/39#issuecomment-1690791616

dakenf commented 10 months ago

Here is the V8 change https://chromium-review.googlesource.com/c/v8/v8/+/4807493