Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ensure_async
Method
ensure_async
crates/test-util/src/component_fuzz.rs:1716–1720 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1714
}
1715
1716
fn ensure_async(&mut self) {
1717
if !self.is_async() {
1718
*self = Self::AsyncStackful;
1719
}
1720
}
1721
}
1722
1723
impl LowerAbi {
Callers
1
generate
Method · 0.80
Calls
1
is_async
Method · 0.45
Tested by
no test coverage detected