Skip to content

Update to wazero 1.0.0-pre.9

Compare
Choose a tag to compare
@pkedy pkedy released this 24 Feb 20:49
· 8 commits to master since this release
a8c3ae8
deps: updates wazero to 1.0.0-pre.9 (#48)

This updates [wazero](https://wazero.io/) to [1.0.0-pre.9][1]. Notably:

* This release includes our last breaking changes before 1.0.0 final:
  * Requires at least Go 1.8
* This release also integrates Go context to limit execution time.
  More details on the [Release Notes][1]
* We are now passing third-party integration test suites: wasi-testsuite,
  TinyGo's, Zig's.

This PR also includes changes required by [wazero](https://wazero.io/)
[1.0.0-pre.8][2]:

* Changes the `Instantiate` signature, which no longer requires
  an explicit `Runtime` instance.

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

Signed-off-by: Edoardo Vacchi <[email protected]>