MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / clangpp

Function clangpp

crates/test/src/cpp.rs:22–27  ·  view source on GitHub ↗
(runner: &Runner)

Source from the content-addressed store, hash-verified

20}
21
22fn clangpp(runner: &Runner) -> PathBuf {
23 match &runner.opts.c.wasi_sdk_path {
24 Some(path) => path.join("bin/wasm32-wasip2-clang++"),
25 None => "wasm32-wasip2-clang++".into(),
26 }
27}
28
29impl LanguageMethods for Cpp {
30 fn display(&self) -> &str {

Callers 3

prepareMethod · 0.85
compileMethod · 0.85
verifyMethod · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected