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

Function pulley_config

tests/all/pulley.rs:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13fn pulley_config() -> Config {
14 let mut config = Config::new();
15 config.target(&pulley_target()).unwrap();
16 config
17}
18
19#[test]
20fn can_compile_pulley_module() -> Result<()> {

Callers 5

provenance_test_configFunction · 0.85
decode_unalignedFunction · 0.85

Calls 4

pulley_targetFunction · 0.85
newFunction · 0.50
unwrapMethod · 0.45
targetMethod · 0.45

Tested by 3

decode_unalignedFunction · 0.68