Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
fn pulley_config() -> Config {
14
let mut config = Config::new();
15
config.target(&pulley_target()).unwrap();
16
config
17
}
18
19
#[test]
20
fn can_compile_pulley_module() -> Result<()> {
Callers
5
can_compile_pulley_module
Function · 0.85
can_deserialize_pulley_module
Function · 0.85
provenance_test_config
Function · 0.85
enabling_debug_info_doesnt_break_anything
Function · 0.85
decode_unaligned
Function · 0.85
Calls
4
pulley_target
Function · 0.85
new
Function · 0.50
unwrap
Method · 0.45
target
Method · 0.45
Tested by
3
can_compile_pulley_module
Function · 0.68
can_deserialize_pulley_module
Function · 0.68
decode_unaligned
Function · 0.68