wasmerio / wasmer-php

πŸ˜πŸ•ΈοΈ WebAssembly runtime for PHP
https://wasmerio.github.io/wasmer-php/wasm/
MIT License
1k stars 42 forks source link

chore(deps): bump wasmer-runtime-c-api from 0.11.0 to 0.14.1 #108

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps wasmer-runtime-c-api from 0.11.0 to 0.14.1.

Release notes

Sourced from wasmer-runtime-c-api's releases.

0.14.1

This version of Wasmer is a small release over 0.14.0 that ships with the pre-built Linux binaries compiled on Ubuntu 16.04, using an earlier version of GLIBC (this behavior is the same as releases prior to 0.14.0). The release also includes other minor improvements such as documentation corrections.

Install the latest version of Wasmer with:

curl https://get.wasmer.io -sSfL | sh

0.14.0

This version of Wasmer ships multiple improvements for WASI, a new hashing algorithm for cache using blake3 and various fixes and improvements making Wasmer more resilient and fast. We are also shipping a new structure for the Wasmer C-API in the releases... try it out!

Install the latest version of Wasmer with:

curl https://get.wasmer.io -sSfL | sh

πŸ† Contributors

We'd like to thank everyone that contributed into this release of Wasmer, with special thanks to:

  • πŸ… @MikaelUrankar for his excellent work on making Wasmer available on FreeBSD
  • πŸ… @repi for adding missing licenses

Changelog

  • #1233 Improved Wasmer C API release artifacts.
  • #1228 Singlepass cleanup: Resolve several FIXMEs and remove protect_unix.
  • #1218 Enable Cranelift verifier in debug mode. Fix bug with table indices being the wrong type.
  • #1213 Fixed WASI fdstat to detect isatty properly.
  • #1192 Use ExceptionCode for error representation.
  • #1191 Fix singlepass miscompilation on Operator::CallIndirect.
  • #1180 Fix compilation for target x86_64-unknown-linux-musl.
  • #1170 Improve the WasiFs builder API with convenience methods for overriding stdin, stdout, and stderr as well as a new sub-builder for controlling the permissions and properties of preopened directories. Also breaks that implementations of WasiFile must be Send -- please file an issue if this change causes you any issues.
  • #1161 Require imported functions to be Send. This is a breaking change that fixes a soundness issue in the API.
  • #1140 Use blake3 as default hashing algorithm for caching.
  • #1129 Standard exception types for singlepass backend.

0.13.1

The 0.13.1 release is a very small update to 0.13.0 which includes some documentation improvements and a bug fix to the wapm command line tool.

0.13.0

This release of Wasmer is focused mostly on core technical improvements and ships with various bug fixes and improvements to wapm and Wasmer! Included in this release is the enable-experimental-io-devices which allows users to use some in-development, non-standard, IO-related features that we're working on before they get standardized.

πŸ† Contributors

We'd like to thank everyone that contributed into this release of Wasmer, with special thanks to:

... (truncated)
Changelog

Sourced from wasmer-runtime-c-api's changelog.

0.14.1 - 2020-02-24

  • #1245 Use Ubuntu 16.04 in CI so that we use an earlier version of GLIBC.
  • #1234 Check for unused excluded spectest failures.
  • #1232 wasmer-interface-types has a WAT decoder.

0.14.0 - 2020-02-20

  • #1233 Improved Wasmer C API release artifacts.
  • #1216 wasmer-interface-types receives a binary encoder.
  • #1228 Singlepass cleanup: Resolve several FIXMEs and remove protect_unix.
  • #1218 Enable Cranelift verifier in debug mode. Fix bug with table indices being the wrong type.
  • #787 New crate wasmer-interface-types to implement WebAssembly Interface Types.
  • #1213 Fixed WASI fdstat to detect isatty properly.
  • #1192 Use ExceptionCode for error representation.
  • #1191 Fix singlepass miscompilation on Operator::CallIndirect.
  • #1180 Fix compilation for target x86_64-unknown-linux-musl.
  • #1170 Improve the WasiFs builder API with convenience methods for overriding stdin, stdout, and stderr as well as a new sub-builder for controlling the permissions and properties of preopened directories. Also breaks that implementations of WasiFile must be Send -- please file an issue if this change causes you any issues.
  • #1161 Require imported functions to be Send. This is a breaking change that fixes a soundness issue in the API.
  • #1140 Use blake3 as default hashing algorithm for caching.
  • #1129 Standard exception types for singlepass backend.

0.13.1 - 2020-01-16

  • Fix bug in wapm related to the package.wasmer_extra_flags entry in the manifest

0.13.0 - 2020-01-15

Special thanks to @repi and @srenatus for their contributions!

  • #1153 Added Wasmex, an Elixir language integration, to the README
  • #1133 New wasmer_trap function in the C API, to properly error from within a host function
  • #1147 Remove log and trace macros from wasmer-runtime-core, remove debug and trace features from wasmer-* crates, use the log crate for logging and use fern in the Wasmer CLI binary to output log messages. Colorized output will be enabled automatically if printing to a terminal, to force colorization on or off, set the WASMER_COLOR environment variable to true or false.
  • #1128 Fix a crash when a host function is missing and the allow_missing_functions flag is enabled
  • #1099 Remove backend::Backend from wasmer_runtime_core
  • #1097 Move inline breakpoint outside of runtime backend
  • #1095 Update to cranelift 0.52.
  • #1092 Add get_utf8_string_with_nul to WasmPtr to read nul-terminated strings from memory.
  • #1071 Add support for non-trapping float-to-int conversions, enabled by default.

0.12.0 - 2019-12-18

Special thanks to @ethanfrey, @AdamSLevy, @Jasper-Bekkers, @srenatus for their contributions!

  • #1078 Increase the maximum number of parameters Func can take
  • #1062 Expose some opt-in Emscripten functions to the C API
  • #1032 Change the signature of the Emscripten abort function to work with Emscripten 1.38.30
  • #1060 Test the capi with all the backends
  • #1069 Add function get_memory_and_data to Ctx to help prevent undefined behavior and mutable aliasing. It allows accessing memory while borrowing data mutably for the Ctx lifetime. This new function is now being used in wasmer-wasi.
  • #1058 Fix minor panic issue when wasmer::compile_with called with llvm backend.
  • #858 Minor panic fix when wasmer binary with loader option run a module without exported _start function.
... (truncated)
Commits


Dependabot compatibility score

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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like wasmer-runtime-c-api is up-to-date now, so this is no longer needed.