Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dtests.rs88 let wasm = ops.to_wasm_binary(); in mutate_gc_ops_with_default_mutator()
204 let wasm = ops.to_wasm_binary(); in emits_rec_groups_and_validates()
288 let wasm = ops.to_wasm_binary(); in fixup_check_types_and_indexes()
H A Dops.rs51 pub fn to_wasm_binary(&mut self) -> Vec<u8> { in to_wasm_binary() method
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dexception_ops.rs123 pub fn to_wasm_binary(&mut self) -> Vec<u8> { in to_wasm_binary() method
614 let wasm = ops.to_wasm_binary(); in always_produces_valid_wasm()
/wasmtime-44.0.1/crates/fuzzing/src/
H A Doracles.rs796 let wasm = ops.to_wasm_binary(); in gc_ops()
1044 let wasm = ops.to_wasm_binary(); in exception_ops()