Skip to content
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

Wasi also supports _initialize entry points #420

Open
tomaka opened this issue Apr 22, 2020 · 2 comments
Open

Wasi also supports _initialize entry points #420

tomaka opened this issue Apr 22, 2020 · 2 comments
Labels
A-core Issues concerning the core

Comments

@tomaka
Copy link
Owner

tomaka commented Apr 22, 2020

The Wasi standard also supports modules whose entry point is _initialize.
https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md

@tomaka tomaka added the A-core Issues concerning the core label Apr 22, 2020
@tomaka
Copy link
Owner Author

tomaka commented Jun 21, 2020

Here is some background regarding "reactors": WebAssembly/WASI#13

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.

@tomaka
Copy link
Owner Author

tomaka commented Jan 12, 2021

Rust compiler support has just landed in nightly: rust-lang/rust#79997 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Issues concerning the core
Projects
None yet
Development

No branches or pull requests

1 participant