pub const ABI_VERSION_EXPORT: &'static str;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.