pub const ABI_VERSION_EXPORT: &str = "__rustledger_abi_version";Expand description
The WASM export symbol a guest uses to advertise ABI_VERSION.
The wasm_*_main! macros emit it; the host looks it up by this
name. Kept here as the single source of truth shared by both sides.