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

Class Param

tests/all/component_model.rs:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189#[derive(Copy, Clone, PartialEq, Eq)]
190struct Param(Type, Option<usize>);
191
192fn make_echo_component(type_definition: &str, type_size: u32) -> String {
193 let mut offset = 0;

Callers 7

value_defMethod · 0.85
make_echo_componentFunction · 0.85
primitivesFunction · 0.85
recordsFunction · 0.85
variantsFunction · 0.85
flagsFunction · 0.85
everythingFunction · 0.85

Calls

no outgoing calls

Tested by 5

primitivesFunction · 0.68
recordsFunction · 0.68
variantsFunction · 0.68
flagsFunction · 0.68
everythingFunction · 0.68