Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
292
pub struct Form {
293
pub name: Ident,
294
pub signatures: Vec<Signature>,
295
pub pos: Pos,
296
}
297
298
#[derive(Clone, PartialEq, Eq, Debug)]
299
pub struct Instantiation {
Callers
1
parse_def
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected