Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Add integer widen/narrow conversions #89

Merged
merged 5 commits into from
Aug 1, 2019

Commits on Jul 31, 2019

  1. Add integer widen/narrow conversions

    Fixes 21
    ngzhian committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    921d80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3364fdc View commit details
    Browse the repository at this point in the history
  3. Fix opcodes ordering (narrowing then widening)

    v8 implementation orders narrow before widen, figured we can do that
    here too.
    ngzhian committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    33729cd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    39a7408 View commit details
    Browse the repository at this point in the history
  2. Fix description of widen

    ngzhian committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    2c47f56 View commit details
    Browse the repository at this point in the history