We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da1cc9 commit 2f07b04Copy full SHA for 2f07b04
src/wasm_runtime/build.rs
@@ -78,6 +78,8 @@ fn main() {
78
println!("cargo:rerun-if-changed=.");
79
let mut cfg = cc::Build::new();
80
cfg.compiler(toolchain_dir.join("clang"));
81
+ let tool = cfg.get_compiler();
82
+ println!("cargo:warning=using compiler at {:?}", tool.path());
83
84
// get the version of the wasmtime crate
85
0 commit comments