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

Method runtime_path

crates/rust/src/lib.rs:431–436  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

429 }
430
431 fn runtime_path(&self) -> &str {
432 self.opts
433 .runtime_path
434 .as_deref()
435 .unwrap_or("wit_bindgen::rt")
436 }
437
438 fn map_type_path(&self) -> String {
439 self.opts

Callers 3

emit_runtime_itemMethod · 0.80
emit_custom_sectionMethod · 0.80
emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected