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
This has been a long running issue for as long as we've generated header files with build.rs I believe...
Maybe we can do a diff in build.rs before ever writing to the file system? That should at least fix it in this case. Alternatively, we may want to avoid writing outside of the TARGET/BUILD directory at all in build.rs (it also breaks cargo publish...)
The
wasmer-c-api
's documentation can not be generated on docs.rs because of this:https://docs.rs/crate/wasmer-c-api/1.0.0-beta2/builds/325937
It would be great to see how we could solve this.
The text was updated successfully, but these errors were encountered: