(see also #1811)
Summary
Currently, there is no way to signal which functions should be placed "on the bus" and which can be just local. This is necessary because different constraints need to be generated for those which go on the bus.
Annotation
This should be implemented using an annotation, such as #[checkpoint], #[shared], #[sharded], #[relocatable].
(see also #1811)
Summary
Currently, there is no way to signal which functions should be placed "on the bus" and which can be just local. This is necessary because different constraints need to be generated for those which go on the bus.
Annotation
This should be implemented using an annotation, such as
#[checkpoint],#[shared],#[sharded],#[relocatable].