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.2 #37

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Conversation

codefromthecrypt
Copy link
Contributor

This updates wazero to 1.0.2 which improves compiler performance, supports non-blocking stdin, and fixes some glitches.

This updates [wazero](https://wazero.io/) to [1.0.2](https://github.com/tetratelabs/wazero/releases/tag/v1.0.2) which improves compiler performance, supports non-blocking stdin, and fixes some glitches.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -180,7 +180,7 @@ The following shows the techniqual details:
|---|---|---|---|
|wasmtime|:heavy_check_mark:|:heavy_check_mark:||
|wamr(wasm-micro-runtime)|:heavy_check_mark:|:heavy_check_mark:||
|wazero|:construction: (stdin unsupported)|:heavy_check_mark:|non-blocking stdin doesn't seem to work|
|wazero|:heavy_check_mark:|:heavy_check_mark:||
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks to @ktock @evacchi and @achille-roussel for collaboration on this check mark!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your great work!

@ktock ktock merged commit 2c6c0ad into ktock:main Apr 19, 2023
@codefromthecrypt codefromthecrypt deleted the wazero-1.0.2 branch April 19, 2023 05:47
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.

2 participants