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

Method path_to_wasm_resource

crates/rust/src/interface.rs:2562–2564  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2560 }
2561
2562 fn path_to_wasm_resource(&mut self) -> String {
2563 self.path_from_runtime_module(RuntimeItem::ResourceType, "WasmResource")
2564 }
2565
2566 pub fn path_to_invalid_enum_discriminant(&mut self) -> String {
2567 self.path_from_runtime_module(

Callers 1

type_resourceMethod · 0.80

Calls 1

Tested by

no test coverage detected