-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update assemblyscript to the latest version 🚀 #67
Open
greenkeeper
wants to merge
1
commit into
master
Choose a base branch
from
greenkeeper/assemblyscript-0.9.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update to this version instead 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The devDependency assemblyscript was updated from
0.8.1
to0.9.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: assemblyscript
License: Apache-2.0
Release Notes for v0.9.0
Breaking changes
--explicitStart
has been renamed to_start
(was__start
) to match WASI.__setargc
helper to set the number of arguments to a varargs call has been removed and replaced with an exported mutable global__argumentsLength
. The loader has been updated accordingly.__getInt8Array
etc. functions now copy, and new__getInt8ArrayView
functions with the old behavior have been introduced.call_indirect
builtin has been removed due to expected problems with closures.ES2016
as the target, exposing ES classes instead of ES5 prototypes.New features
--exportTable
flag.exp
,exp2
,log
,log2
andpow
have been replaced with faster variants.String#toUpperCase
,String#toLowerCase
,String#localeCompare
.TypedArray#set
__reset
helper to clear the heap externally.avgr_u
family of instructions.wasi_snapshot
(preview1).Commits
The new version differs by 113 commits.
eabf490
Release v0.9.0
b77ecf1
Merge remote-tracking branch 'origin/master' into release
d11db68
Optimize UTF8 conversion routines (#1022)
08c0111
Slice version 0.9 (#1054)
79f849a
Omit full collection support if the entire program is acyclic (#1071)
026073c
Nightly v0.8.1-nightly.20200125
c972cb6
Merge remote-tracking branch 'origin/master' into release
395df77
Skip more fast paths in memmove for shrink level >= 2 (#1072)
a77cbe1
Nightly v0.8.1-nightly.20200123
83e0927
Merge remote-tracking branch 'origin/master' into release
a5cdf31
Don't realloc null terminated strings during utf8 encoding (#1070)
488121e
Fix TypedArray.wrap bounds checks (#1067)
ecfbade
Nightly v0.8.1-nightly.20200120
c44d020
Merge remote-tracking branch 'origin/master' into release
289ddb7
Add realloc support to rtrace (#1062)
There are 113 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴