1
1
mirror of https://github.com/anoma/juvix.git synced 2024-08-16 19:50:26 +03:00
juvix/scripts
Łukasz Czajka ad76c7a583
Support for Cairo builtins (#2718)
This PR implements generic support for Cairo VM builtins. The calling
convention in the generated CASM code is changed to allow for passing
around the builtin pointers. Appropriate builtin initialization and
finalization code is added. Support for specific builtins (e.g. Poseidon
hash, range check, Elliptic Curve operation) still needs to be
implemented in separate PRs.

* Closes #2683
2024-04-16 19:01:30 +02:00
..
gen_stone_params.py CASM serialization (#2679) 2024-03-26 17:18:52 +01:00
migrate-juvix-yaml.sh Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
nockma-stdlib-parser.sh Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
run_cairo_vm.sh Support for Cairo builtins (#2718) 2024-04-16 19:01:30 +02:00
run_stone_prover.sh CASM serialization (#2679) 2024-03-26 17:18:52 +01:00