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

Method compile

crates/test/src/c.rs:74–76  ·  view source on GitHub ↗
(&self, runner: &Runner, c: &Compile<'_>)

Source from the content-addressed store, hash-verified

72 }
73
74 fn compile(&self, runner: &Runner, c: &Compile<'_>) -> Result<()> {
75 compile(runner, c, clang(runner))
76 }
77
78 fn verify(&self, runner: &Runner, v: &Verify<'_>) -> Result<()> {
79 verify(runner, v, clang(runner))

Callers 1

compile_componentMethod · 0.45

Calls 2

compileFunction · 0.85
clangFunction · 0.85

Tested by

no test coverage detected