Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

This is an automated pull request from CI to release
wstd 0.5.6 when merged. The commit
message for this PR has a marker that is detected by CI to create
tags and publish crate artifacts.

When first opened this PR will not have CI run because it is generated
by a bot. A maintainer should close this PR and then reopen it to
trigger CI to execute which will then enable merging this PR.

[automatically-tag-and-release-this-commit]
@pchickey pchickey closed this Sep 12, 2025
@pchickey pchickey reopened this Sep 12, 2025
@pchickey pchickey enabled auto-merge (squash) September 12, 2025 21:16
@pchickey pchickey disabled auto-merge September 12, 2025 22:08
@pchickey pchickey merged commit 431d444 into main Sep 12, 2025
5 checks passed
@pchickey pchickey deleted the ci/release-0.5.6 branch September 12, 2025 22:09
@tomasol
Copy link

tomasol commented Sep 13, 2025

Thanks for the update! Just a note: since the exported module was changed from crate::wasi to wasip2, this is technically a breaking change.

@pchickey
Copy link
Contributor

The pub re-export of the wasi / wasip2 crate is #[doc(hidden)] and meant for "internal" use by the wstd-macro crate only. If you were using it as part of the public API that wasnt intended. We could change it to be under a more explicit name, e.g. #[doc(hidden)] pub mod __internal { pub use wasip2 }

@tomasol
Copy link

tomasol commented Sep 15, 2025

Got it. +1 for a more explicit path.

@pchickey
Copy link
Contributor

@tomasol #91

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