WebAssembly / WASI

WebAssembly System Interface
Other
4.85k stars 251 forks source link

when wasm64-wasi will be supported? #456

Closed renxuqiang closed 2 years ago

renxuqiang commented 2 years ago

is there any working process on this? thanks

aardappel commented 2 years ago

@alexcrichton

alexcrichton commented 2 years ago

AFAIK no one is working on this, but it is pretty unlikely to be supported as-is out-of-the-box with projects like wasi-libc today. I'm also not personally aware of any WASI implementations that support memory64 at this time.

To answer the original question of when will it be supported, to the best of my knowledge the answer is unknown.

renxuqiang commented 2 years ago

got it , thanks for the reply.