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
To keep things simple, the call syscall was implemented without support for a return value (#5). We probably want to add additional syscalls with signatures like:
To keep things simple, the
call
syscall was implemented without support for a return value (#5). We probably want to add additional syscalls with signatures like:EVM achieves this using the
RETURN
andREVERT
opcodes. Solana has syscalls that are very similar to these. Here are some helpful resources:The text was updated successfully, but these errors were encountered: