You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WASI now has versioning of interfaces, using a version number formatted within the module-name field of wasm imports. And the mechanism for querying interfaces is optional imports.
I'm working on Ewasm which tries to bring WebAssembly to Ethereum. We are evaluating how we could use WASI (core) or other modules.
As part of the design process we have realised that versioning is an important feature to have: ewasm/design#121
I wonder how WASI plans to solve versioning of its interfaces. I see some potential options:
Probably there are other/better proposals. Was there any previous discussion about this topic?
The text was updated successfully, but these errors were encountered: