You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://docs.rs/ contains documentation built for all crates that are published on https://crates.io/. Their infrastructure attempts to build the documentation, but that failed for wasmer 3.0.0-alpha.4. I consider API documentation availability on https://docs.rs/ very important, as it's the go-to location for many who want to develop something against a crate API. Therefore we should get it working with one of the 3.0 pre-releases in order to be certain we have a proper docs.rs rendering for the final release.
Additional context
The log of the failed build can be found here. Pasting here because I don't know anything about retention of the logs at https://docs.rs/
3069: Remove native feature entry from docs.rs metadata r=silwol a=silwol
The native feature is no longer present, but was still in the list of
features to be enabled when building the documentation for docs.rs,
causing the build there to fail. Removal should re-enable the build of
the documentation for docs.rs.
Closes: #3066
Co-authored-by: Wolfgang Silbermayr <[email protected]>
The native feature is no longer present, but was still in the list of
features to be enabled when building the documentation for docs.rs,
causing the build there to fail. Removal should re-enable the build of
the documentation for docs.rs.
Closes: #3066
Describe the bug
https://docs.rs/ contains documentation built for all crates that are published on https://crates.io/. Their infrastructure attempts to build the documentation, but that failed for wasmer 3.0.0-alpha.4. I consider API documentation availability on https://docs.rs/ very important, as it's the go-to location for many who want to develop something against a crate API. Therefore we should get it working with one of the 3.0 pre-releases in order to be certain we have a proper docs.rs rendering for the final release.
Additional context
The log of the failed build can be found here. Pasting here because I don't know anything about retention of the logs at https://docs.rs/
I assume the relevant message is this:
[INFO] [stderr] error: none of the selected packages contains these features: native
The text was updated successfully, but these errors were encountered: