Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ bytecode
Method
bytecode
pulley/src/disas.rs:355–357 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
353
type BytecodeStream = SafeBytecodeStream<'a>;
354
355
fn bytecode(&mut self) -> &mut Self::BytecodeStream {
356
&mut self.bytecode
357
}
358
359
type Return = ();
360
Callers
3
disas_br_table32
Method · 0.45
decode_all
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected