0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
612 stars 150 forks source link

Allow querying constant values from a compiled module #1290

Open hackaugusto opened 3 months ago

hackaugusto commented 3 months ago

Currently the miden-base has to maintain the corresponding values for constants in masm and rust source code by hand. This is both inconvenient and error prone. To make the development of the kernel easier we should have the ability to query constants from compiled modules.

Additional context: https://github.com/0xPolygonMiden/miden-vm/pull/1277#discussion_r1532766308