mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
8 lines
216 B
Rust
8 lines
216 B
Rust
pub const INTERPRETER_WASM: &'static [u8] = include_bytes!("../air_interpreter_server.wasm");
|
|
|
|
pub mod build_info {
|
|
include!(concat!(env!("OUT_DIR"), "/built.rs"));
|
|
}
|
|
|
|
pub use build_info::PKG_VERSION as VERSION;
|