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

Method varargs

cranelift/codegen/meta/src/cdsl/formats.rs:119–122  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

117 }
118
119 pub fn varargs(mut self) -> Self {
120 self.0.has_value_list = true;
121 self
122 }
123
124 pub fn block(mut self) -> Self {
125 self.0.num_block_operands += 1;

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected