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: main
Choose a base ref
...
head repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stringref
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 10 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 19, 2023

  1. Copy the full SHA
    f0ae1fc View commit details

Commits on Apr 22, 2023

  1. Copy the full SHA
    fa9deca View commit details
  2. clean

    dcodeIO committed Apr 22, 2023
    Copy the full SHA
    8401253 View commit details
  3. update types

    dcodeIO committed Apr 22, 2023
    Copy the full SHA
    d1e8dbd View commit details
  4. Copy the full SHA
    a9e874a View commit details

Commits on Apr 23, 2023

  1. propagate ref nonnull state

    dcodeIO committed Apr 23, 2023
    Copy the full SHA
    d6b3187 View commit details
  2. Copy the full SHA
    13214ba View commit details
  3. sync with resolver

    dcodeIO committed Apr 23, 2023
    Copy the full SHA
    e927b04 View commit details
  4. Copy the full SHA
    82800a5 View commit details
  5. update test, add POC

    dcodeIO committed Apr 23, 2023
    Copy the full SHA
    a1ff14d View commit details
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -81,9 +81,9 @@ jobs:
run: npm run build
- name: Test experimental features
env:
ASC_FEATURES: threads,reference-types,gc,exception-handling
ASC_FEATURES: threads,reference-types,gc,exception-handling,stringref
run: |
npm run test:compiler features/threads features/reference-types features/gc features/exception-handling
npm run test:compiler features/threads features/reference-types features/gc features/exception-handling features/stringref
runtimes:
name: "Runtimes"
runs-on: ubuntu-latest
Loading