pub(crate) fn emit_array_store(
body: &mut InstrSeqBuilder<'_>,
memory_id: MemoryId,
array_local: LocalId,
index_local: LocalId,
value_local: LocalId,
value_ty: ValType,
)Expand description
Store a runtime local in an array slot with widening when required.