Update crate info; housekeeping (#153)

This commit is contained in:
Mike Voronov
2021-10-05 20:08:10 +03:00
committed by GitHub
parent e99c352a95
commit f291c77d26
22 changed files with 76 additions and 126 deletions

View File

@ -0,0 +1,7 @@
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;