mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
651875ec89
* Closes #2687 * Adds hint support in CASM. The supported hints are `Input(var)` and `Alloc(size)`. These are the hints currently implemented in [juvix-cairo-vm](https://github.com/anoma/juvix-cairo-vm). * Adds the `--program_input` option to the `juvix dev casm run` command. * Enables private inputs via `main` arguments. In generated CASM/Cairo code, the arguments to `main` are fetched using the `Input` hint. * Modifies the CI to use [juvix-cairo-vm](https://github.com/anoma/juvix-cairo-vm) |
||
---|---|---|
.. | ||
gen_stone_params.py | ||
migrate-juvix-yaml.sh | ||
nockma-stdlib-parser.sh | ||
run_cairo_vm.sh | ||
run_stone_prover.sh |