79414fbb39
req: wire/001 req: ts/001
4 lines
174 B
Rust
4 lines
174 B
Rust
pub const RUNTIME_ABI_VERSION: u32 = 1;
|
|
pub const RUNTIME_JS: &str = include_str!("../runtime/slhx.js");
|
|
pub const RUNTIME_D_TS: &str = include_str!("../runtime/slhx.d.ts");
|