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

Method isa

cranelift/jit/src/backend.rs:416–418  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

414
415impl Module for JITModule {
416 fn isa(&self) -> &dyn TargetIsa {
417 &*self.isa
418 }
419
420 fn declarations(&self) -> &ModuleDeclarations {
421 &self.declarations

Callers 4

call_rawMethod · 0.45
trampolinesFunction · 0.45

Calls

no outgoing calls

Tested by 1

trampolinesFunction · 0.36