Uh oh!
There was an error while loading. Please reload this page.
Add memory64 row to feature table - #248
Conversation
RReverser
commented
Aug 6, 2021
Hmm I'm not sure if it's very helpful if the entire row is "unsupported" anyway. I'd rather include it once we have some engine or browser info to accompany it. |
abrown
commented
Aug 6, 2021
Yeah, makes sense. I guess I was interested to see what other engines were doing since Wasmtime may get support soon: bytecodealliance/wasmtime#3153. Maybe it makes sense to add this row after that PR is merged? |
RReverser
commented
Aug 6, 2021
We note feature support only for actual (stable) releases of engines, but yeah, once it's released in Wasmtime, we can add it. |
abrown
commented
Aug 6, 2021
Do you know what the status is for this in other engines, by chance? |
RReverser
commented
Aug 6, 2021
No idea, sorry. But I don't think it's implemented anywhere yet. |
aardappel
commented
Aug 9, 2021
@abrown@RReverser |
RReverser
commented
Aug 9, 2021
Do we have a flag to enable them yet that we can document here? Or is it still early stages? |
aardappel
commented
Aug 9, 2021
Early stages, I think. |
RReverser
commented
Aug 10, 2021
In that case let's keep this open for now till we have any flags we can provide for users to experiment with. |
abrown
commented
Aug 12, 2021
In Wasmtime, the flag will be --enable-memory64. |
@abrown Is it supported in Wasmtime stable now? It appears the linked merged commit bytecodealliance/wasmtime@e0c8961 was released in 0.31.0. |
RReverser
commented
Nov 4, 2021
cc @fitzgen too for the question above |
fitzgen
commented
Nov 4, 2021
Yes, it is in 0.31.0 |
RReverser
commented
Nov 4, 2021
Thanks. Anything else that landed since last update? Do you perhaps want to make a PR or should I? (happy to add this myself if this is the only change) |
I think that's it! So if you could add it, that would be very appreciated :) |
RReverser
commented
Nov 5, 2021
Added to this PR. |
I had not been in the loop about the status of the memory64 proposal; I was pointed to https://webassembly.org/roadmap and, not seeing it there, thought it would be helpful to add a row for it.