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
One advantage of using this scheme in redshirt is that we could force applications to register themselves as interface handler during the call to _initialize. We would thereby have a way of telling that an application will no longer handle any new interface that it doesn't already handle.
The Wasi standard also supports modules whose entry point is
_initialize
.https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md
The text was updated successfully, but these errors were encountered: