Enable sign extension ops by default (#1869) (f67e61a6b2185ec8d8973b93d2ab7fa98f7450f8)
With all major browsers now shipping them, sign extension operations are now enabled by default. To disable: --disable sign-extension.
Flatten generated TypeScript definitions (#1872) (6540a2d37703073a39aec6dbc711dbe77664edb4)
Generated TypeScript definitions for WebAssembly modules are now flat, that is do not export default ASModule anymore, but the module members directly, with the ASModule namespace removed.
Revise default optimization level (#1776) (e3d563107a69e2cfbeef2cb3500b2887eb50d249)
Changes default optimization levels for --optimize respectively -O to optimizeLevel=3 and shrinkLevel=0, which is more useful in practice.
New features
Implement final SIMD instructions (#1844) (3f70d114899723b2ab8735360bae31d0594a88e6)
Bug fixes
Adding duplicate identifier check in function signatures (#1865) (3633f4bdf169527dd1c0e6a75401f0d3465de30f)
Other
Add heap2local to pass pipeline (#1867) (5427eb9cf7cc165e87c50b3b656b321e1ac25b6e)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps @assemblyscript/loader from 0.9.4 to 0.19.0.
Release notes
Sourced from
@assemblyscript/loader
's releases.... (truncated)
Commits
7e20ad2
Fix: Use F_NOEXPORTRUNTIME if __rtti_base is missing (#1808)92bc7dd
fix: Fix premature collect of backing buffers in loader's __newArrayb857944
Rewrite runtime, switch to tracing GC and bootstrap (#1559)bef5bea
Backport minor changes made in #1559 (#1591)8c97612
feat: Generalize runtime (#1503)ff80a4e
feat: Make loader ESM by default, with UMD fallback (#1513)dad5add
fix: Fix conflicting imports type definition in loader (#1508)125865a
feat(loader): Use TextDecoder for large strings (#1471)2f525c0
chore: Unify README badges2f621a7
chore: Update badges (#1362)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)