golem-cli 1.3.1

Command line interface for Golem.
1
2
3
4
5
/// Saves the component's state into a user-defined snapshot
pub fn save() -> FixedArray[Byte] {
      @saveSnapshot.save()
}