WebAssembly / memory64

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

Modified spec link is dead #19

Closed psoni2628 closed 3 years ago

psoni2628 commented 3 years ago

The link to the modified spec in the README.md for this proposal is dead: https://webassembly.github.io/memory64. It would greatly appreciated if the correct link could be provided here.

aardappel commented 3 years ago

There is no modified spec yet.

There is only the overview (which has the intended spec changes): https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md

There is also the modified spec interpreter (https://github.com/WebAssembly/memory64/tree/master/interpreter) and tests (https://github.com/WebAssembly/memory64/tree/master/test/core, *64.wast) that all work.

If anything, that link could be removed for the moment.

psoni2628 commented 3 years ago

I see. Thank you for the information!