Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
415
impl Module for JITModule {
416
fn isa(&self) -> &dyn TargetIsa {
417
&*self.isa
418
}
419
420
fn declarations(&self) -> &ModuleDeclarations {
421
&self.declarations
Callers
4
create_trampoline_for_function
Method · 0.45
call_raw
Method · 0.45
trampolines
Function · 0.45
define_function_with_control_plane
Method · 0.45
Calls
no outgoing calls
Tested by
1
trampolines
Function · 0.36