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.13.1 #104

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.13.1.

Release notes

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

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.

Install the latest version of wasmer+wapm with:

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

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.

Install the latest version of wasmer+wapm 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: πŸ… @srenatus for adding a method to WasmPtr to safely read NUL-terminated strings from Wasm memory.

See the changelog for more information about this release.

0.12.0

πŸŽ… Santa came a bit early this year!

This version of Wasmer ships with ARM (Aarch64) support on the LLVM backend, improved APIs around WASI in the Rust and C APIs, caching support for the Singlepass backend, and many more miscellaneous improvements!

Install the latest version of wasmer+wapm 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: πŸ… @ethanfrey for fixing linking of Singlepass in the C API πŸ… @AdamSLevy for adding include guards in the C API for optional functions and types and work on improving middleware πŸ… @YaronWittenstein for adding the deterministic-execution feature flag for enabling features relating to improved determinism in the generated code

Changelog

  • #1078 Increase the maximum number of parameters Func can take
  • #1062 Expose some Emscripten functions to the C API as opt-in features to runtime-c-api
  • #1056 Improved --invoke args parsing (supporting i32, i64, f32 and f32) in Wasmer CLI
  • #1050 Attach C & C++ headers to releases.
... (truncated)
Changelog

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

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.
  • #1056 Improved --invoke args parsing (supporting i32, i64, f32 and f32) in Wasmer CLI
  • #1054 Improve --invoke output in Wasmer CLI
  • #1053 For RuntimeError and breakpoints, use Box instead of Box.
  • #1052 Fix minor panic and improve Error handling in singlepass backend.
  • #1050 Attach C & C++ headers to releases.
  • #1033 Set cranelift backend as default compiler backend again, require at least one backend to be enabled for Wasmer CLI
  • #1044 Enable AArch64 support in the LLVM backend.
  • #1030 Ability to generate ImportObject for a specific version WASI version with the C API.
  • #1028 Introduce strict/non-strict modes for get_wasi_version
  • #1029 Add the β€œfloating” WasiVersion::Latest version.
  • #1006 Fix minor panic issue when wasmer::compile_with called with llvm backend
  • #1009 Enable LLVM verifier for all tests, add new llvm-backend-tests crate.
  • #1022 Add caching support for Singlepass backend.
  • #1004 Add the Auto backend to enable to adapt backend usage depending on wasm file executed.
  • #1068 Various cleanups for the singlepass backend on AArch64.
Commits
  • 5dfe5d5 Merge #1157
  • 430524c Prepare for 0.13.1 release
  • 49bb849 Merge #1156
  • 5a5643f Added release badge to wasmex in the README
  • 59c8188 Merge pull request #1155 from Hywan/doc-runtime-c-api-daily
  • 96f96f5 chore(runtime-c-api) Update C/C++ headers.
  • d42bbb1 doc(runtime-c-api) Improve fragment readability in Doxygen.
  • 44a80dc doc(runtime-c-api) Improve documentation of wasmer_instantiate.
  • 1380087 doc(runtime-c-api) Improve documentation of wasmer_instance_context_t.
  • 88ca116 doc(runtime-c-api) Improve documentation of wasmer_instance_t.
  • Additional commits viewable in compare view


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)
Hywan commented 4 years ago

Closed by #105

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.