Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ async_support_path
Method
async_support_path
crates/rust/src/lib.rs:456–458 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
454
}
455
456
fn async_support_path(&self) -> String {
457
format!(
"{}::async_support"
, self.runtime_path())
458
}
459
460
fn name_interface(
461
&mut self,
Callers
10
finish_runtime_module
Method · 0.80
generate_payload
Method · 0.80
generate_guest_import_body_async
Method · 0.80
generate_guest_export
Method · 0.80
print_ty
Method · 0.80
type_future
Method · 0.80
type_stream
Method · 0.80
anonymous_type_future
Method · 0.80
anonymous_type_stream
Method · 0.80
emit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected