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

Method isa

cranelift/module/src/module.rs:994–996  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

992
993impl<M: Module + ?Sized> Module for &mut M {
994 fn isa(&self) -> &dyn isa::TargetIsa {
995 (**self).isa()
996 }
997
998 fn declarations(&self) -> &ModuleDeclarations {
999 (**self).declarations()

Callers 5

target_configMethod · 0.45
make_contextMethod · 0.45
clear_contextMethod · 0.45
make_signatureMethod · 0.45
clear_signatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected