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

Method invalid_extended_opcode

pulley/src/decode.rs:175–180  ·  view source on GitHub ↗
(&self, code: u16)

Source from the content-addressed store, hash-verified

173 }
174
175 fn invalid_extended_opcode(&self, code: u16) -> Self::Error {
176 DecodingError::InvalidExtendedOpcode {
177 position: self.position,
178 code,
179 }
180 }
181
182 fn invalid_reg(&self, reg: u8) -> Self::Error {
183 DecodingError::InvalidReg {

Callers 1

decodeMethod · 0.80

Calls 1

unreachable_uncheckedFunction · 0.85

Tested by

no test coverage detected