//! The embedded WASI RustPython interpreter, as produced by build.rs:
//! `rustpython` (pinned version, `--no-default-features --features
//! freeze-stdlib`) compiled for wasm32-wasip1 and zstd-compressed.
//! [`crate::python`] decompresses and JIT-compiles it on first use.
/// The compressed `rustpython.wasm` (zstd).
pub static RUSTPYTHON_WASM_ZSTD: & =
include_bytes!;
/// Build-time xxhash3_128 (hex) of [`RUSTPYTHON_WASM_ZSTD`]. Keys the
/// machine-wide JIT artifact cache and its bin lock: one hash ⇔ one
/// exact interpreter blob.
pub const RUSTPYTHON_WASM_HASH: &str = env!;