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
The guest program needs to be able to talk to the chain. These should match the operations provided in Cairo and as designed in #62. This work should account for exposing intrinsics to the compiler so that it can recognize them in the source LLVM IR and insert calls to the correct host operations during compilation.
The text was updated successfully, but these errors were encountered:
Description
The guest program needs to be able to talk to the chain. These should match the operations provided in Cairo and as designed in #62. This work should account for exposing intrinsics to the compiler so that it can recognize them in the source LLVM IR and insert calls to the correct host operations during compilation.
The text was updated successfully, but these errors were encountered: