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

Class Form

cranelift/isle/isle/src/ast.rs:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291#[derive(Clone, PartialEq, Eq, Debug)]
292pub struct Form {
293 pub name: Ident,
294 pub signatures: Vec<Signature>,
295 pub pos: Pos,
296}
297
298#[derive(Clone, PartialEq, Eq, Debug)]
299pub struct Instantiation {

Callers 1

parse_defMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected