MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / require_async_after_async_limiter

Function require_async_after_async_limiter

tests/all/missing_async.rs:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111#[test]
112fn require_async_after_async_limiter() -> Result<()> {
113 let mut store = async_limiter_store();
114 assert_requires_async(&mut store);
115 Ok(())
116}
117
118#[tokio::test]
119async fn require_async_with_linker_func_wrap() -> Result<()> {

Callers

nothing calls this directly

Calls 3

async_limiter_storeFunction · 0.85
OkFunction · 0.85
assert_requires_asyncFunction · 0.70

Tested by

no test coverage detected