Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.0
Choose a base ref
...
head repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 2, 2023

  1. Update Binaryen (#2637)

    dcodeIO authored Feb 2, 2023
    Copy the full SHA
    810b8e6 View commit details

Commits on Feb 3, 2023

  1. Copy the full SHA
    1e2de99 View commit details

Commits on Feb 14, 2023

  1. Update dependencies (#2643)

    MaxGraey authored Feb 14, 2023

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    b745216 View commit details

Commits on Mar 3, 2023

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    9497c3d View commit details
Showing with 2,046 additions and 1,525 deletions.
  1. +1,236 −988 package-lock.json
  2. +10 −10 package.json
  3. +19 −19 src/compiler.ts
  4. +6 −2 src/glue/binaryen.d.ts
  5. +4 −0 src/glue/binaryen.js
  6. +68 −5 src/module.ts
  7. +359 −238 tests/compiler/instanceof.debug.wat
  8. +334 −262 tests/compiler/instanceof.release.wat
  9. +10 −1 tests/compiler/instanceof.ts
Loading