Module meta

Source
Expand description

This module contains version constants (and other metadata) that are embedded in binaries (especially WASM binaries) compiled against a particular version of this crate. Versioning at this level provides an early diagnostic check for compatibility between a loaded WASM binary and the Env interface provided by the host, rather than a cryptic failure due to a runtime host function signature mismatch.

Constantsยง

ENV_META_V0_SECTION_NAME
INTERFACE_VERSION
XDR