1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
//
// EVERYTHING BELOW THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//
/// The Continuous Integration platform detected during compilation.
pub const CI_PLATFORM: Option<&str> = None;
#[doc="The full version."]
pub const PKG_VERSION: &str = r"0.0.8-xor-warn.0";
#[doc="The major version."]
pub const PKG_VERSION_MAJOR: &str = r"0";
#[doc="The minor version."]
pub const PKG_VERSION_MINOR: &str = r"0";
#[doc="The patch version."]
pub const PKG_VERSION_PATCH: &str = r"8";
#[doc="The pre-release version."]
pub const PKG_VERSION_PRE: &str = r"xor-warn.0";
#[doc="A colon-separated list of authors."]
pub const PKG_AUTHORS: &str = r"Fluence Labs";
#[doc="The name of the package."]
pub const PKG_NAME: &str = r"air-interpreter-wasm";
#[doc="The description."]
pub const PKG_DESCRIPTION: &str = r"Distribution of AIR interpreter as .wasm";
#[doc="The homepage."]
pub const PKG_HOMEPAGE: &str = r"";
#[doc="The license."]
pub const PKG_LICENSE: &str = r"Apache-2.0";
#[doc="The source repository as advertised in Cargo.toml."]
pub const PKG_REPOSITORY: &str = r"";
#[doc="The target triple that was being compiled for."]
pub const TARGET: &str = r"x86_64-unknown-linux-gnu";
#[doc="The host triple of the rust compiler."]
pub const HOST: &str = r"x86_64-unknown-linux-gnu";
#[doc="`release` for release builds, `debug` for other builds."]
pub const PROFILE: &str = r"debug";
#[doc="The compiler that cargo resolved to use."]
pub const RUSTC: &str = r"rustc";
#[doc="The documentation generator that cargo resolved to use."]
pub const RUSTDOC: &str = r"rustdoc";
#[doc="Value of OPT_LEVEL for the profile used during compilation."]
pub const OPT_LEVEL: &str = "0";
#[doc="The parallelism that was specified during compilation."]
pub const NUM_JOBS: u32 = 2;
#[doc="Value of DEBUG for the profile used during compilation."]
pub const DEBUG: bool = true;
/// The features that were enabled during compilation.
pub const FEATURES: [&str; 0] = [];
/// The features as a comma-separated string.
pub const FEATURES_STR: &str = "";
/// The output of `rustc -V`
pub const RUSTC_VERSION: &str = "rustc 1.52.0-nightly (a143517d4 2021-02-16)";
/// The output of `rustdoc -V`
pub const RUSTDOC_VERSION: &str = "rustdoc 1.52.0-nightly (a143517d4 2021-02-16)";
/// The target architecture, given by `cfg!(target_arch)`.
pub const CFG_TARGET_ARCH: &str = "x86_64";
/// The endianness, given by `cfg!(target_endian)`.
pub const CFG_ENDIAN: &str = "little";
/// The toolchain-environment, given by `cfg!(target_env)`.
pub const CFG_ENV: &str = "gnu";
/// The OS-family, given by `cfg!(target_family)`.
pub const CFG_FAMILY: &str = "unix";
/// The operating system, given by `cfg!(target_os)`.
pub const CFG_OS: &str = "linux";
/// The pointer width, given by `cfg!(target_pointer_width)`.
pub const CFG_POINTER_WIDTH: &str = "64";
//
// EVERYTHING ABOVE THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//