Function emit_string_release

Source
pub(crate) fn emit_string_release(
    body: &mut InstrSeqBuilder<'_>,
    runtime: &RuntimeFunctions,
    memory_id: MemoryId,
    string_local: LocalId,
    scratch_ptr_local: LocalId,
    scratch_header_local: LocalId,
    scratch_len_local: LocalId,
) -> Result<(), LowerError>