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

Function mixed

tests/all/relocs.rs:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78#[test]
79fn mixed() -> Result<()> {
80 test_many_call_module(store_with_padding(MB)?)
81}
82
83#[test]
84fn mixed_forced() -> Result<()> {

Callers

nothing calls this directly

Calls 2

test_many_call_moduleFunction · 0.85
store_with_paddingFunction · 0.85

Tested by

no test coverage detected