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

Method system_callconv

cranelift/fuzzgen/src/function_generator.rs:1279–1283  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1277 }
1278
1279 fn system_callconv(&mut self) -> CallConv {
1280 // TODO: This currently only runs on linux, so this is the only choice
1281 // We should improve this once we generate flags and targets
1282 CallConv::SystemV
1283 }
1284
1285 /// Finds a stack slot with size of at least n bytes
1286 fn stack_slot_with_size(

Callers 1

generate_funcrefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected