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