Skip to content

Commit

Permalink
add new API
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Dec 6, 2024
1 parent 339a98e commit a0d475a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/compile_classical.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5066,6 +5066,7 @@ module IC = struct
E.add_func_import env "ic0" "accept_message" [] [];
E.add_func_import env "ic0" "call_data_append" (i32s 2) [];
E.add_func_import env "ic0" "call_cycles_add128" (i64s 2) [];
E.add_func_import env "ic0" "call_with_best_effort_response" [I32Type] [];
E.add_func_import env "ic0" "call_new" (i32s 8) [];
E.add_func_import env "ic0" "call_perform" [] [I32Type];
E.add_func_import env "ic0" "call_on_cleanup" (i32s 2) [];
Expand Down

0 comments on commit a0d475a

Please sign in to comment.