official `wasm64-unknown-unknown` support
Given that the Memory64 proposal has moved into the standardization phase and most major runtime environments already support 64 bit memory addresses either via a feature flag or nightly builds, are there official plans for wasm-bindgen to support Memory64?
bump, maybe that helps :) I'd be willing to work on this with some guidance.
There are no official plans for this.
Generally speaking there isn't much to say here, its just going to be a whole lot of carefully going through the code and making sure any pointers are moved to a 64-bit integer. AFAIK Walrus already supports it so there isn't much to be done on that front either.
I'm happy to review a PR.
I can try to rebase my branch where I already had it working like half a year ago.
Sure! Will work on a review ASAP when its ready!
I can try to rebase my branch where I already had it working like half a year ago.
Let me know if you need any help