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

Allow for custom entry points #422

Open
FranklinWaller opened this issue Jun 6, 2024 · 0 comments
Open

Allow for custom entry points #422

FranklinWaller opened this issue Jun 6, 2024 · 0 comments

Comments

@FranklinWaller
Copy link

Standard behaviour of WASI + Wasmer is to execute the _start function. (Which is according the standard). However we have a use-case where we want to execute a custom exported function that utilizes WASI. An alternative is to do it through arguments and branch off but we don't want to mess with the standard behaviour of the application itself too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant