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

Function push_params

crates/test-util/src/component_fuzz.rs:1102–1104  ·  view source on GitHub ↗
(wat: &mut String, params: &[CoreType], max_flat: usize)

Source from the content-addressed store, hash-verified

1100 return wat;
1101
1102 fn push_params(wat: &mut String, params: &[CoreType], max_flat: usize) -> (Location, u32) {
1103 push_group(wat, "param", params, max_flat)
1104 }
1105
1106 fn push_group(
1107 wat: &mut String,

Callers 2

make_import_and_exportFunction · 0.85
wasmMethod · 0.85

Calls 1

push_groupFunction · 0.85

Tested by

no test coverage detected