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.34
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.35
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 12, 2025

  1. chore: bump esbuild from 0.24.2 to 0.25.0 (#2912)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2025
    Copy the full SHA
    513acc8 View commit details

Commits on Mar 10, 2025

  1. feat: add an alwaysInline builtin (#2895)

    CountBleck authored Mar 10, 2025
    Copy the full SHA
    4e7734b View commit details
Showing with 605 additions and 215 deletions.
  1. +207 −207 package-lock.json
  2. +1 −1 package.json
  3. +19 −0 src/builtins.ts
  4. +2 −1 src/compiler.ts
  5. +2 −0 src/flow.ts
  6. +6 −0 std/assembly/builtins.ts
  7. +4 −0 std/assembly/index.d.ts
  8. +192 −2 tests/compiler/inlining.debug.wat
  9. +164 −4 tests/compiler/inlining.release.wat
  10. +8 −0 tests/compiler/inlining.ts
Loading