MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / main

Function main

crates/test-programs/artifacts/build.rs:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9use wit_component::ComponentEncoder;
10
11fn main() {
12 let out_dir = PathBuf::from(env::var_os("OUT_DIR").unwrap());
13
14 Artifacts {
15 out_dir,
16 deps: HashSet::default(),
17 }
18 .build();
19}
20
21struct Artifacts {
22 out_dir: PathBuf,

Callers

nothing calls this directly

Calls 3

fromFunction · 0.85
unwrapMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected