MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / const_128

Function const_128

crates/parser/src/optimize.rs:672–677  ·  view source on GitHub ↗
(instr: Instruction, op_instr: Instruction)

Source from the content-addressed store, hash-verified

670}
671
672fn const_128(instr: Instruction, op_instr: Instruction) -> Option<ConstIdx> {
673 match instr {
674 Instruction::Const128(c) if bin_op_128(op_instr).is_some() => Some(c),
675 _ => None,
676 }
677}
678
679define_local_source_resolver!(
680 resolve_local_source_32,

Callers

nothing calls this directly

Calls 1

bin_op_128Function · 0.85

Tested by

no test coverage detected