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

Function pulley_target

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

Source from the content-addressed store, hash-verified

7use wasmtime_environ::TripleExt;
8
9fn pulley_target() -> String {
10 target_lexicon::Triple::pulley_host().to_string()
11}
12
13fn pulley_config() -> Config {
14 let mut config = Config::new();

Callers 2

pulley_configFunction · 0.85
can_run_on_cliFunction · 0.85

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected