Skip to content
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

Bump wasmer from 1.0.2 to 2.0.0 #29

Open
wants to merge 1 commit into
base: mangata-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Bumps wasmer from 1.0.2 to 2.0.0.

Release notes

Sourced from wasmer's releases.

2.0.0

Wasmer 2.0.0 releases with a great number of improvements with very few breaking changes in the public APIs since 1.0.0. The most notable changes since 1.0.0 are:

  • More optimal float handling with the LLVM compiler (up to +50% faster runtime speeds!)
  • Usage of the new Cranelift backend architecture (+40% faster runtime speed)
  • 70% faster deserialization speeds
  • Improvements on stability and resiliency of the runtime

For more information check out our release blog post.

Check out the changelog for details on all the changes and fixes.

You can update wasmer with wasmer self-update to get the latest release.

2.0.0-rc2

Wasmer 2.0.0-rc2 releases with a quick fix for the Wasmer CLI. The wasmer-* crates are unaffected by this update. This release fixes a bug causing wasmer --version to not output the version, this bug affected wapm and other tools relying on the output of the --version flag from wasmer.

Check out the changelog for details on all the changes and fixes.

You can update wasmer with wasmer self-update to get the latest release.

2.0.0-rc1

Wasmer 2.0.0-rc1 releases with a great number of improvements. All public APIs remain the same, with a few exceptions on internal APIs that will not affect 99% of current users. The most notable changes are:

  • More optimal float handling with the LLVM compiler (up to +50% faster runtime speeds!)
  • Usage of the new Cranelift backend architecture (+40% faster runtime speed)
  • 70% faster deserialization speeds
  • Improvements on stability and resiliency of the runtime

Check out the changelog for details on all the changes and fixes.

You can update wasmer with wasmer self-update to get the latest release.

Changelog

Sourced from wasmer's changelog.

2.0.0 - 2021/06/16

Added

  • #2411 Extract types from wasi to a new wasi-types crate.
  • #2390 Make wasmer-vm to compile on Windows 32bits.
  • #2402 Add more examples and more doctests for wasmer-middlewares.

Changed

  • #2399 Add the Dart integration in the README.md.

Fixed

  • #2386 Handle properly when a module has no exported functions in the CLI.

2.0.0-rc2 - 2021/06/03

Fixed

  • #2383 Fix bugs in the Wasmer CLI tool with the way --version and the name of the CLI tool itself were printed.

2.0.0-rc1 - 2021/06/02

Added

  • #2348 Make Wasmer available on aarch64-linux-android.
  • #2315 Make the Cranelift compiler working with the Native engine.
  • #2306 Add support for the latest version of the Wasm SIMD proposal to compiler LLVM.
  • #2296 Add support for the bulk memory proposal in compiler Singlepass and compiler LLVM.
  • #2291 Type check tables when importing.
  • #2262 Make parallelism optional for the Singlepass compiler.
  • #2249 Make Cranelift unwind feature optional.
  • #2208 Add a new CHANGELOG.md specific to our C API to make it easier for users primarily consuming our C API to keep up to date with changes that affect them.
  • #2154 Implement Reference Types in the LLVM compiler.
  • #2003 Wasmer works with musl, and is built, tested and packaged for musl.
  • #2250 Use rkyv for the JIT/Universal engine.
  • #2190 Use rkyv to read native Module artifact.
  • #2186 Update and improve the Fuzz Testing infrastructure.
  • #2161 Make NaN canonicalization configurable.
  • #2116 Add a package for Windows that is not an installer, but all the lib and include files as for macOS and Linux.
  • #2123 Use ENABLE_{{compiler_name}}=(0|1) to resp. force to disable or enable a compiler when running the Makefile, e.g. ENABLE_LLVM=1 make build-wasmer.
  • #2123 libwasmer comes with all available compilers per target instead of Cranelift only.
  • #2135 Documentation for Linux distribution maintainers
  • #2104 Update WAsm core spectests and wasmparser.

Changed

  • #2369 Remove the deprecated --backend option in the CLI.
  • #2368 Remove the deprecated code in the wasmer-wasi crate.
  • #2367 Remove the deprecated features and associated code in the wasmer crate.
  • #2366 Remove the deprecated crates.
  • #2364 Rename wasmer-engine-object-file to wasmer-engine-staticlib.
  • #2356 Rename wasmer-engine-native to wasmer-engine-dylib.
  • #2340 Rename wasmer-engine-jit to wasmer-engine-universal.
  • #2307 Update Cranelift, implement low hanging fruit SIMD opcodes.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [wasmer](https://github.com/wasmerio/wasmer) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@1.0.2...2.0.0)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 17, 2022

The following labels could not be found: A2-insubstantial, B0-silent, C1-low 📌.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 4, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

23 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 5, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 24, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 29, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 30, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 3, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 5, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 10, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 6, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 24, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 13, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 19, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 9, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 31, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 14, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 22, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 27, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants