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
For now, exported functions have no return value. The FFI wrapper just calls halt when the function ends, and its return value is discarded. We likely want to change this.
For now, exported functions have no return value. The FFI wrapper just calls halt when the function ends, and its return value is discarded. We likely want to change this.
This work is partially done here: https://github.com/athenavm/athena/tree/returnval-abi
The text was updated successfully, but these errors were encountered: