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

deps: updates wazero to 1.0.0-rc.1 #97

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

evacchi
Copy link
Contributor

@evacchi evacchi commented Feb 20, 2023

This updates wazero to 1.0.0-rc.1. This version does not change any public API, but it delivers several bug fixes and improvements; including

  • Full support to the WASI test suite and other third-party integration tests
  • Fix for an issue with the context cancellation API
  • A number of optimizations to reduce compilation overhead

This PR also includes changes for wazero 1.0.0-pre.9. Notably:

  • Requires at least Go 1.8
  • Renames Runtime.InstantiateModuleFromBinary to Runtime.Instantiate
  • This release also integrates Go context to limit execution time.
    More details on the Release Notes

Signed-off-by: Edoardo Vacchi evacchi@users.noreply.github.com

This updates [wazero](https://wazero.io/) to [1.0.0-rc.1](https://github.com/tetratelabs/wazero/releases/tag/1.0.0-rc.1). This version does not change any public API, but it delivers several bug fixes and improvements; including
* Full support to the WASI test suite and other third-party integration tests
* Fix for an issue with the context cancellation API
* A number of optimizations to reduce compilation overhead

This PR also includes changes for [wazero](https://wazero.io/) [1.0.0-pre.9][1]. Notably:

* Requires at least Go 1.8
* Renames `Runtime.InstantiateModuleFromBinary` to `Runtime.Instantiate`
* This release also integrates Go context to limit execution time.
  More details on the [Release Notes][1]

[1]: https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.9

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
@evacchi evacchi changed the title deps: updates wazero to 1.0.0-pre.9 deps: updates wazero to 1.0.0-rc.1 Mar 1, 2023
@evacchi
Copy link
Contributor Author

evacchi commented Mar 1, 2023

updated to 1.0.0-rc.1

@inkeliz inkeliz merged commit 8949d1b into inkeliz:master Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants