Function fromBytes

  • Converts bytes to an I32 value

    Parameters

    • bytes: Uint8Array

      The bytes to convert

    Returns I32_t

    The I32 representation of the bytes

    Remarks

    Silently ignores bytes that are not needed to represent the I32 value.