[Snyk] Upgrade @assemblyscript/loader from 0.10.1 to 0.17.5 #28
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.
Snyk has created this PR to upgrade @assemblyscript/loader from 0.10.1 to 0.17.5.
✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @assemblyscript/loader
Bug fixes
Bug fixes
New features
Bug fixes
Other
Bug fixes
Other
Bug fixes
Other
Breaking changes
Rtrace is now an ES module by default as well.
The
__alloc
family of built-ins has been split, now being named__new
.__renew
,__newString
,__newArray
etc. when dealing with managed objects. Furthermore, internal memory layouts of managed objects have changed. As a result, the newheap.alloc/realloc/free
APIs now allow working with unmanaged heap memory more naturally and do not imply a managed object header anymore, more closely resemblingmalloc/realloc/free
in C.The loader is now an ES module by default so it works out of the box on the web. Users of older node.js versions may have to switch to
require("@ assemblyscript/loader/umd")
.When shifting a small integer value of type
i8
/u8
ori16
/u16
, only the 3 respectively 4 least significant bits of the RHS value affect the result, analogous to the result of ani32.shl
only being affected by the 5 least significant bits of the RHS value. Example:someI8 << 8
previously produced the value0
, but now producessomeI8
due to masking the RHS as8 & 7 = 0
(3 bits).Bug fixes
Other
0.16.1 (2020-10-17)
Bug Fixes
0.16.0 (2020-10-16)
Bug Fixes
Small integer rotl/rotr should use temp variables (81fda4c)
Refactor binary expression compilation to be reusable in builtins (#1489) (a4dc45e), closes #1489
BREAKING CHANGES
convertExpression
does no longer take awrap
argument.0.15.2 (2020-10-13)
Bug Fixes
0.15.1 (2020-10-09)
Bug Fixes
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
👩💻 Set who automatically gets assigned
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs