Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dgc.rs1437 let empty_pre = StructRefPre::new(&mut store, StructType::new(&engine, [])?); in issue_10772() localVariable
1438 let empty_struct = StructRef::new(&mut store, &empty_pre, &[])?; in issue_10772()