Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1264
enum LookupItem<'a> {
Callers
15
ty
Method · 0.80
tyid
Method · 0.80
list
Method · 0.80
stream
Method · 0.80
future
Method · 0.80
handle
Method · 0.80
generate_named_import
Method · 0.80
import_interface
Method · 0.80
export
Method · 0.80
build_world_struct
Method · 0.80
world_add_to_linker
Method · 0.80
generate_add_resource_to_linker
Method · 0.80
Calls
2
clone
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected