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

chore(deps): bump wasmedge-sdk from 0.8.1 to 0.10.1 #465

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 26, 2023

Bumps wasmedge-sdk from 0.8.1 to 0.10.1.

Release notes

Sourced from wasmedge-sdk's releases.

WasmEdge 0.10.1

0.10.1 (2022-07-28)

Features:

  • Supported WASI-NN plug-in with OpenVINO backend on Ubuntu 20.04 x86_64.
    • Users can refer to the standard extension status for the information.
    • For building with enabling WASI-NN with OpenVINO backend, please add the -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="OpenVINO" in cmake.
  • Supported WASI-crypto plug-in on Ubuntu 20.04 x86_64, manylinux2014 x86_64, and manylinux2014 aarch64.
    • Users can refer to the standard extension status for the information.
    • For building with enabling WASI-crypto with OpenSSL 1.1, please add the -DWASMEDGE_PLUGIN_WASI_CRYPTO=ON in cmake.
  • Added the static tool building option.
    • By default, WasmEdge tools will depend on the WasmEdge shared library.
    • Developers can add the -DWASMEDGE_BUILD_STATIC_LIB=On and -DWASMEDGE_BUILD_STATIC_TOOLS=On to build the stand-alone WasmEdge CLI tools.
  • Exported the components of WasmEdge_VMContext in WasmEdge C API.
    • Added the WasmEdge_VMGetLoaderContext API for retrieving the WasmEdge_LoaderContext in VM.
    • Added the WasmEdge_VMGetValidatorContext API for retrieving the WasmEdge_ValidatorContext in VM.
    • Added the WasmEdge_VMGetExecutorContext API for retrieving the WasmEdge_ExecutorContext in VM.
  • Added the API for CLI tools.
    • Developers can use the WasmEdge_Driver_Compiler API to trigger the WasmEdge AOT compiler tool.
    • Developers can use the WasmEdge_Driver_Tool API to trigger the WasmEdge runtime tool.
  • Supported the WASM threads proposal.
    • Added the WasmEdge_Proposal_Threads for the configuration in WasmEdge C API.
    • Users can use the --enable-threads to enable the proposal in wasmedge and wasmedgec tools.
  • Supported LLVM 14 on MacOS.
    • Used the new macho in lld on LLVM-14 envronment.
    • Bumpped IWYU to 0.18 to be compatible with LLVM 14 on MacOS.
  • Bumpped the MacOS x86_64 build to MacOS 11.

Fixed issues:

  • Fixed the universal WASM format failed on MacOS platforms.
    • Developers can specify the extension name as .wasm on MacOS as the universal WASM format output of the AOT compiler to enable the AOT mode.
  • Fixed the WasmEdge C API static library on MacOS with LLVM 14.
    • The WasmEdge C API static library is in experimental and not guaranteed. The shared library is recommended.
  • Reduced the branch miss when instantiating AOT-compiled WASM.

Refactor:

  • Moved the code of WasmEdge CLI tools into WasmEdge::Driver.
  • Moved the plugin tests into the test/plugins folder.

Known issues:

  • WasmEdge CLI failed on Windows 10 issue.
  • Plug-in linking on MacOS platforms.
    • The plug-in on MacOS platforms will cause symbol not found when dynamic linking.
    • We are trying to fix this issue. For working around, please implement the host modules instead of plug-ins.

... (truncated)

Changelog

Sourced from wasmedge-sdk's changelog.

0.10.1 (2022-07-28)

Features:

  • Supported WASI-NN plug-in with OpenVINO backend on Ubuntu 20.04 x86_64.
    • Users can refer to the standard extension status for the information.
    • For building with enabling WASI-NN with OpenVINO backend, please add the -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="OpenVINO" in cmake.
  • Supported WASI-crypto plug-in on Ubuntu 20.04 x86_64, manylinux2014 x86_64, and manylinux2014 aarch64.
    • Users can refer to the standard extension status for the information.
    • For building with enabling WASI-crypto with OpenSSL 1.1, please add the -DWASMEDGE_PLUGIN_WASI_CRYPTO=ON in cmake.
  • Added the static tool building option.
    • By default, WasmEdge tools will depend on the WasmEdge shared library.
    • Developers can add the -DWASMEDGE_BUILD_STATIC_LIB=On and -DWASMEDGE_BUILD_STATIC_TOOLS=On to build the stand-alone WasmEdge CLI tools.
  • Exported the components of WasmEdge_VMContext in WasmEdge C API.
    • Added the WasmEdge_VMGetLoaderContext API for retrieving the WasmEdge_LoaderContext in VM.
    • Added the WasmEdge_VMGetValidatorContext API for retrieving the WasmEdge_ValidatorContext in VM.
    • Added the WasmEdge_VMGetExecutorContext API for retrieving the WasmEdge_ExecutorContext in VM.
  • Added the API for CLI tools.
    • Developers can use the WasmEdge_Driver_Compiler API to trigger the WasmEdge AOT compiler tool.
    • Developers can use the WasmEdge_Driver_Tool API to trigger the WasmEdge runtime tool.
  • Supported the WASM threads proposal.
    • Added the WasmEdge_Proposal_Threads for the configuration in WasmEdge C API.
    • Users can use the --enable-threads to enable the proposal in wasmedge and wasmedgec tools.
  • Supported LLVM 14 on MacOS.
    • Used the new macho in lld on LLVM-14 envronment.
    • Bumpped IWYU to 0.18 to be compatible with LLVM 14 on MacOS.
  • Bumpped the MacOS x86_64 build to MacOS 11.

Fixed issues:

  • Fixed the universal WASM format failed on MacOS platforms.
    • Developers can specify the extension name as .wasm on MacOS as the universal WASM format output of the AOT compiler to enable the AOT mode.
  • Fixed the WasmEdge C API static library on MacOS with LLVM 14.
    • The WasmEdge C API static library is in experimental and not guaranteed. The shared library is recommended.
  • Reduced the branch miss when instantiating AOT-compiled WASM.

Refactor:

  • Moved the code of WasmEdge CLI tools into WasmEdge::Driver.
  • Moved the plugin tests into the test/plugins folder.

Known issues:

  • WasmEdge CLI failed on Windows 10 issue.
  • Plug-in linking on MacOS platforms.
    • The plug-in on MacOS platforms will cause symbol not found when dynamic linking.
    • We are trying to fix this issue. For working around, please implement the host modules instead of plug-ins.

Documentations:

... (truncated)

Commits
  • 511213d [Rust SDK] Supported MultiMemories config option. (#1690)
  • 53e259f [Rust] Updated API docs and the Rust section of WasmEdge Book (#1688)
  • 9c8af90 [CI] Fixed the issues in bindings-rust workflow for the Windows platform (#1676)
  • 4386896 [Rust] Supported conditional compilation for WasmEdgeProcess (#1662)
  • e90861d [Rust] Introduced new host function storing design for the single-thread scen...
  • 77b6ce4 [Rust] Fixed a bug related to wasi module initialization (#1609)
  • 88df994 [Rust] Supported new C-APIs (#1602)
  • 7adfa7e [Rust] Removed standalone mode (#1595)
  • 055c998 [Rust] Updated WasmEdge Book with new examples. (#1592)
  • 9d0dff9 [Rust] feat: Implemented new APIs for WasiInstance and WasmEdgePr...
  • 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)

Bumps [wasmedge-sdk](https://github.com/WasmEdge/WasmEdge) from 0.8.1 to 0.10.1.
- [Release notes](https://github.com/WasmEdge/WasmEdge/releases)
- [Changelog](https://github.com/WasmEdge/WasmEdge/blob/master/Changelog.md)
- [Commits](WasmEdge/WasmEdge@0.8.1...0.10.1)

---
updated-dependencies:
- dependency-name: wasmedge-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #465 (8c170be) into main (7157451) will not change coverage.
Report is 17 commits behind head on main.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #465   +/-   ##
=======================================
  Coverage   64.91%   64.91%           
=======================================
  Files         129      129           
  Lines       14743    14743           
=======================================
  Hits         9570     9570           
  Misses       5173     5173           

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 2, 2023

Superseded by #466.

@dependabot dependabot bot closed this Aug 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/wasmedge-sdk-0.10.1 branch August 2, 2023 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant