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

Class MyVec

crates/cranelift/src/obj.rs:555–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 use gimli::write::Error;
554
555 struct MyVec(EndianVec<RunTimeEndian>);
556
557 impl Writer for MyVec {
558 type Endian = RunTimeEndian;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected