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-pre.7 #18

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Conversation

codefromthecrypt
Copy link
Collaborator

@codefromthecrypt codefromthecrypt commented Jan 1, 2023

This updates wazero to 1.0.0-pre.7 which fixes a compilation break on 32-bit platforms.

Notably, 1.0.0-pre.6:

  • improves module compilation and initialization performance
  • adds writefs.NewDirFS which lets you add new files.
    • path_open O_CREAT flags, path_remove_directory path_rename path_unlink_file
  • adds NewFilesystemLoggingListenerFactory with dramatically improved logging.

This also includes changes described in 1.0.0-pre.5. Notably, context param was removed from memory functions as it was never used due to the scope being very narrow, and adds overhead to propagate.

This updates [wazero](https://wazero.io/) to [1.0.0-pre.6](https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.6).

Notably, v1.0.0-pre.6:
* improves module compilation and initialization performance

While not used in this repo, the following features are new and may be interesting to you:
* adds `writefs.NewDirFS` which lets you add new files.
  * `path_open` `O_CREAT` flags, `path_remove_directory` `path_rename` `path_unlink_file`
* adds `NewFilesystemLoggingListenerFactory` with dramatically improved logging.

This also includes changes described in [1.0.0-pre.5](https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.5). Notably, context param was removed from memory functions as it was never used due to the scope being very narrow, and adds overhead to propagate.

Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt codefromthecrypt changed the title deps: updates wazero to 1.0.0-pre.6 deps: updates wazero to 1.0.0-pre.7 Jan 18, 2023
@codefromthecrypt codefromthecrypt merged commit e0c3a93 into main Jan 18, 2023
@codefromthecrypt codefromthecrypt deleted the wazero-1.0.0-pre.6 branch January 18, 2023 13: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.

1 participant