-
-
Notifications
You must be signed in to change notification settings - Fork 670
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.13.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
28
contributors
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d86695 - Browse repository at this point
Copy the full SHA 1d86695View commit details
Commits on Jul 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fbba2e4 - Browse repository at this point
Copy the full SHA fbba2e4View commit details
Commits on Jul 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f97e1a - Browse repository at this point
Copy the full SHA 3f97e1aView commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8941652 - Browse repository at this point
Copy the full SHA 8941652View commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec86d41 - Browse repository at this point
Copy the full SHA ec86d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b38b2a - Browse repository at this point
Copy the full SHA 1b38b2aView commit details
Commits on Jul 16, 2020
-
feat: Support asconfig.json (#1238)
Co-authored-by: Max Graey <maxgraey@gmail.com> Co-authored-by: Willem Wyndham <willem@cs.umd.edu>
Configuration menu - View commit details
-
Copy full SHA for 5207bcb - Browse repository at this point
Copy the full SHA 5207bcbView commit details -
chore: Rename anyref to externref to match proposal change (#1319)
BREAKING CHANGE: The `anyref` type has been renamed to `externref` and support for externref `null` values has been temporarily disabled.
Configuration menu - View commit details
-
Copy full SHA for 0234c8b - Browse repository at this point
Copy the full SHA 0234c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f131785 - Browse repository at this point
Copy the full SHA f131785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a175df - Browse repository at this point
Copy the full SHA 8a175dfView commit details -
feat: Implement first-class functions (#1384)
BREAKING CHANGE: Functions are now represented by a managed `Function` object, and are no longer just function table indexes under the hood. As such, returning a function reference to JS now returns a memory address. External functions imported as part of the function table can be called by index with the re-added `call_indirect` builtin, but typical AS functions must now be called idiomatically.
Configuration menu - View commit details
-
Copy full SHA for 7de4745 - Browse repository at this point
Copy the full SHA 7de4745View commit details
Commits on Jul 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2f9673b - Browse repository at this point
Copy the full SHA 2f9673bView commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87d361b - Browse repository at this point
Copy the full SHA 87d361bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c06da - Browse repository at this point
Copy the full SHA 46c06daView commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5eb99ee - Browse repository at this point
Copy the full SHA 5eb99eeView commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed2490b - Browse repository at this point
Copy the full SHA ed2490bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df40407 - Browse repository at this point
Copy the full SHA df40407View commit details
Commits on Jul 25, 2020
-
Add more tests for asconfig (#1412)
Willem Wyndham authoredJul 25, 2020 Configuration menu - View commit details
-
Copy full SHA for c8a150c - Browse repository at this point
Copy the full SHA c8a150cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0472909 - Browse repository at this point
Copy the full SHA 0472909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc0302 - Browse repository at this point
Copy the full SHA 2bc0302View commit details
Commits on Jul 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 348c42b - Browse repository at this point
Copy the full SHA 348c42bView commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b622400 - Browse repository at this point
Copy the full SHA b622400View commit details -
Configuration menu - View commit details
-
Copy full SHA for c286e06 - Browse repository at this point
Copy the full SHA c286e06View commit details -
fix: Fix asc entry path issue on Windows incl. test (#1419)
Willem Wyndham authoredJul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for a73141f - Browse repository at this point
Copy the full SHA a73141fView commit details
Commits on Aug 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b910e3 - Browse repository at this point
Copy the full SHA 5b910e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 176e932 - Browse repository at this point
Copy the full SHA 176e932View commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e2f5ad9 - Browse repository at this point
Copy the full SHA e2f5ad9View commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 61df707 - Browse repository at this point
Copy the full SHA 61df707View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e5da6 - Browse repository at this point
Copy the full SHA a6e5da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45bfe04 - Browse repository at this point
Copy the full SHA 45bfe04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df63c4 - Browse repository at this point
Copy the full SHA 6df63c4View commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed7570f - Browse repository at this point
Copy the full SHA ed7570fView commit details
Commits on Sep 4, 2020
-
Build and shim improvements (#1446)
* Use parallel mode for Terser * Improve hrtime shim code
Configuration menu - View commit details
-
Copy full SHA for 1355ae7 - Browse repository at this point
Copy the full SHA 1355ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b463346 - Browse repository at this point
Copy the full SHA b463346View commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6254c67 - Browse repository at this point
Copy the full SHA 6254c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543ce1a - Browse repository at this point
Copy the full SHA 543ce1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f20fa - Browse repository at this point
Copy the full SHA 87f20faView commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c474db4 - Browse repository at this point
Copy the full SHA c474db4View commit details
Commits on Sep 11, 2020
-
Also adds bindings for `BinaryenGetAllowInliningFunctionsWithLoops` and `BinaryenSetAllowInliningFunctionsWithLoops`.
Configuration menu - View commit details
-
Copy full SHA for c76eb81 - Browse repository at this point
Copy the full SHA c76eb81View commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f38cc4 - Browse repository at this point
Copy the full SHA 9f38cc4View commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9948f41 - Browse repository at this point
Copy the full SHA 9948f41View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 125865a - Browse repository at this point
Copy the full SHA 125865aView commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c0eb3bb - Browse repository at this point
Copy the full SHA c0eb3bbView commit details
Commits on Oct 5, 2020
-
feat: Add bultins: i32/i64/f32/f64.add/sub/mul (#1484)
Co-authored-by: Max Graey <maxgraey@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3223f76 - Browse repository at this point
Copy the full SHA 3223f76View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de022c9 - Browse repository at this point
Copy the full SHA de022c9View commit details -
Add RTrace shadow memory and instrumentation (#1476)
BREAKING CHANGE: RTrace is now a class and the onrealloc callback has been split into onresize and onmove.
Configuration menu - View commit details
-
Copy full SHA for 5b2d529 - Browse repository at this point
Copy the full SHA 5b2d529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97dcab6 - Browse repository at this point
Copy the full SHA 97dcab6View commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a373d93 - Browse repository at this point
Copy the full SHA a373d93View commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 041d35b - Browse repository at this point
Copy the full SHA 041d35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d11ed - Browse repository at this point
Copy the full SHA a5d11edView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.