-
Notifications
You must be signed in to change notification settings - Fork 259
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 calls from wasm start function #616
Comments
Yes, this issue has been much discussed. See WebAssembly/design#1160 and I'm not sure if any of those discussions lets to documentation changes anywhere. |
The status quo is that |
do you mean wasm start function? |
Yes, sorry I meant the wasm start function. |
As you can see the terminology is confusing here :) |
is it allowed to call wasi functions from wasm start function?
i suppose the answer is no because, with some embedder apis, it's tricky or impossible to get a reference to the exported memory before the start function is called.
anyway, is it specified anywhere in the spec?
The text was updated successfully, but these errors were encountered: