More cleanup during review
This commit is contained in:
parent
5ec828a3e2
commit
14bccb4a90
9 changed files with 16 additions and 122 deletions
|
@ -5,7 +5,7 @@ fn main() {
|
|||
let base = Path::new("../../plugins");
|
||||
|
||||
// println!("cargo:rerun-if-changed=../../plugins/*");
|
||||
println!("cargo:warning=Rebuilding plugins...");
|
||||
println!("cargo:warning=Precompiling plugins...");
|
||||
|
||||
let _ = std::fs::remove_dir_all(base.join("bin"));
|
||||
let _ =
|
||||
|
@ -27,7 +27,6 @@ fn main() {
|
|||
|
||||
let binaries = std::fs::read_dir(base.join("target/wasm32-wasi/release"))
|
||||
.expect("Could not find compiled plugins in target");
|
||||
println!("cargo:warning={:?}", binaries);
|
||||
|
||||
let engine = create_engine();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue