//! Exported global constants.
/// SemVer-formatted version of the UCAN Invocation Specification.
pubconstINVOCATION_VERSION:&str="0.2.0";/// DagCbor codec.
pubconstDAG_CBOR:u64=0x71;/// 4GiB maximum memory for Wasm.
pubconstWASM_MAX_MEMORY:u64=byte_unit::n_gib_bytes!(4);