-
Notifications
You must be signed in to change notification settings - Fork 910
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
#BUG# runtime error: nil pointer dereference (WASI) #3798
Comments
This is basically #2735 ; the runtime isn't initialized. |
I actually just ran into this myself, and finally understand what @dgryski was saying. If nothing has has yet called the Here is another example of the same problem fermyon/spin#1259 (comment) I tried the naive solution of just adding a call to @dgryski @aykevl or anyone else, what do you think we can do about this? |
It's much bigger than that. If
No that can't work. |
Should we come up with some supported way to initialize the runtime so that this kind of behaviour is supported? |
That would be very helpful! |
wasi output error:
TinyGo version:
Command line:
Here 2 cases:
or
Errors will occur above!
The text was updated successfully, but these errors were encountered: