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

Method target_config

cranelift/module/src/module.rs:839–841  ·  view source on GitHub ↗

Return the target information needed by frontends to produce Cranelift IR for the current target.

(&self)

Source from the content-addressed store, hash-verified

837 /// Return the target information needed by frontends to produce Cranelift IR
838 /// for the current target.
839 fn target_config(&self) -> isa::TargetFrontendConfig {
840 self.isa().frontend_config()
841 }
842
843 /// Create a new `Context` initialized for use with this `Module`.
844 ///

Callers

nothing calls this directly

Implementers 3

module.rscranelift/module/src/module.rs
backend.rscranelift/jit/src/backend.rs
backend.rscranelift/object/src/backend.rs

Calls 2

frontend_configMethod · 0.80
isaMethod · 0.45

Tested by

no test coverage detected