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

Method target

crates/wasmtime/src/engine.rs:324–326  ·  view source on GitHub ↗

Returns the target triple which this engine is compiling code for and/or running code for.

(&self)

Source from the content-addressed store, hash-verified

322 /// Returns the target triple which this engine is compiling code for
323 /// and/or running code for.
324 pub(crate) fn target(&self) -> target_lexicon::Triple {
325 return self.config().compiler_target();
326 }
327
328 /// Verify that this engine's configuration is compatible with loading
329 /// modules onto the native host platform.

Callers 2

is_pulleyMethod · 0.45

Calls 2

compiler_targetMethod · 0.80
configMethod · 0.45

Tested by

no test coverage detected