Files
pezkuwi-subxt/subxt-light-client/build.rs
T
Alexandru Vasile 9be09e8daa Export light-client functionality for WASM
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-06-06 21:08:05 +03:00

18 lines
394 B
Rust

use std::{borrow::Cow, process::Command};
fn main() {
// eprintln!("Running command");
// let cmd = Command::new("wasm-pack")
// .args([
// "build",
// "--release",
// "--out-name",
// "smoldottt",
// "--target-dir",
// "alt",
// ])
// .output();
// eprintln!("output is {cmd:?}");
}