-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plan to support --target=wasm64-wasi ? #212
Comments
Duplicate of #185 |
Yes, everything in LLVM's wasm support and wasi-libc was written with wasm64 in mind, so it's just a matter of hooking up the pieces and making sure things actually work. |
Nooby question: building a code which uses f64s to wasm32-wasi - Would that lead to errors/unexpected behaviour or is that fine? |
|
|
The guidance from the WASI Subgroup is that wasm64-wasi should now target WASI 0.2, so the path forward here now looks like:
|
Could u share more about that? It seems there are no new comments in WebAssembly/component-model#22 for monthes. |
The CanonicalABI change will be conceptually straightforward; things like the size function need to be aware that a list has a pointer and a length, and so on. bytecodealliance/wit-bindgen#870 gets wit-bindgen a step closer to memory64 support. Beyond this, its size/etc. functions also need to know that a list has a pointer and a length. |
when --target=wasm64-wasi will be supported?
The text was updated successfully, but these errors were encountered: