Home
last modified time | relevance | path

Searched refs:export_async (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dcomponent_fuzz.rs1522 export_async: bool, in make_component()
1527 let export_async = if export_async { "async" } else { "" }; in make_component() localVariable