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.12.0 #101

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

Release notes

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

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.
  • #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.
  • #1022 Add caching support for Singlepass backend.
Changelog

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

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


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

Superseded by #103.