We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the descriptive Cargo warning message:
warning: Found debug_assertions in target.'cfg(...)'.dependencies. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies
debug_assertions
target.'cfg(...)'.dependencies
wasm-pack build
The text was updated successfully, but these errors were encountered:
I created PR( #168 ) to solve this issue. Please review to merge.
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
See the descriptive Cargo warning message:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: