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

Method wasmtime_path

crates/wit-bindgen/src/lib.rs:1256–1261  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1254 }
1255
1256 fn wasmtime_path(&self) -> String {
1257 self.opts
1258 .wasmtime_crate
1259 .clone()
1260 .unwrap_or("wasmtime".to_string())
1261 }
1262}
1263
1264enum LookupItem<'a> {

Callers 15

tyMethod · 0.80
tyidMethod · 0.80
listMethod · 0.80
streamMethod · 0.80
futureMethod · 0.80
handleMethod · 0.80
generate_named_importMethod · 0.80
import_interfaceMethod · 0.80
exportMethod · 0.80
build_world_structMethod · 0.80
world_add_to_linkerMethod · 0.80

Calls 2

cloneMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected