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

Class UnsafeBytecodeStream

pulley/src/decode.rs:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192/// This is a wrapper over a raw pointer to bytecode somewhere in memory.
193#[derive(Clone, Copy, Debug)]
194pub struct UnsafeBytecodeStream(NonNull<u8>);
195
196impl UnsafeBytecodeStream {
197 /// Construct a new `UnsafeBytecodeStream` pointing at the given PC.

Callers 2

newMethod · 0.85
offsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected