Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs793 type OpcodeSignature = (Opcode, Vec<Type>, Vec<Type>); typedef
795 static OPCODE_SIGNATURES: LazyLock<Vec<OpcodeSignature>> = LazyLock::new(|| {