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

Function api_calls

fuzz/fuzz_targets/misc.rs:96–99  ·  view source on GitHub ↗
(u: Unstructured<'_>)

Source from the content-addressed store, hash-verified

94}
95
96fn api_calls(u: Unstructured<'_>) -> Result<()> {
97 wasmtime_fuzzing::oracles::make_api_calls(Arbitrary::arbitrary_take_rest(u)?);
98 Ok(())
99}
100
101fn dominator_tree(mut data: Unstructured<'_>) -> Result<()> {
102 use cranelift_codegen::cursor::{Cursor, FuncCursor};

Callers

nothing calls this directly

Calls 2

make_api_callsFunction · 0.85
OkFunction · 0.85

Tested by

no test coverage detected