tessi / wasmex

Execute WebAssembly from Elixir
MIT License
528 stars 27 forks source link

Bump wiggle from 12.0.2 to 15.0.1 in /native/wasmex #502

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps wiggle from 12.0.2 to 15.0.1.

Release notes

Sourced from wiggle's releases.

v15.0.1

15.0.1

Released 2023-12-01.

Fixed

  • The wasi:random/insecure{,_seed} interfaces are now available through the CLI. #7614

  • A stray debugging println! was removed. #7618

v15.0.0

15.0.0

Released 2023-11-20.

Added

  • Multiple versions of interfaces are now supported in bindgen!. #7172

  • UDP has been implemented in wasi:sockets. #7148 #7243

  • Support for custom stack memory allocation has been added. #7209

  • The memory_init_cow setting can now be configured in the C API. #7227

  • The splice method of WASI streams has been implemented. #7234

  • Wasmtime binary releases now have a wasmtime-min executable in addition to libwasmtime-min.* libraries for the C API. These showcase a minimal build of Wasmtime for comparison. #7282 #7315 #7350

Changed

... (truncated)

Commits
  • d2d52de Release Wasmtime 15.0.1 (#7619)
  • 839bdd1 Remove wasi-http "checking authority" log (#7607) (#7618)
  • 584643a include wasi:random/insecure{_seed} in command::add_to_linker (#7614)
  • 6f0da84 Release Wasmtime 15.0.0 (#7557)
  • 128a74a Ensure that scheme and authority are populated in the incoming handler (#7545...
  • de1f24e Backport additional wasi-http changes to the 15.x release branch (#7540)
  • bb8eec8 [15.0.0] Backport more WIT-modifying PRs (#7537)
  • 5d89b87 [15.0.0] Backport WIT-changing PRs (#7529)
  • aff8d97 wasi-filesystem: delete access modes (#7510) (#7518)
  • 4c54105 wasi-sockets: Add & refine socket options. (SO_ACCEPTCONN, TCP_KEEPIDLE/INTVL...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 6 months ago

Superseded by #507.