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

Reexport wasm-bindgen feature from parking_lot #2180

Merged
merged 4 commits into from
Aug 11, 2021

Conversation

PhilippGackstatter
Copy link
Contributor

@PhilippGackstatter PhilippGackstatter commented Aug 4, 2021

Allow opting-in to the wasm-bindgen feature of parking_lot for better Wasm support. Bubbles up the feature as per the discussion in the corresponding issue.

Because this feature should be opt-in for Wasm targets, it is not enabled by default.

fixes #2143

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @PhilippGackstatter. While not directly intuitive I am in favor of being consistent with parking_lot.

Can you include an entry in the top level CHANGELOG.md in the "Version 0.40.0 [unreleased]" section?

@PhilippGackstatter
Copy link
Contributor Author

Can you include an entry in the top level CHANGELOG.md in the "Version 0.40.0 [unreleased]" section?

Sure, all done.

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md Outdated Show resolved Hide resolved
@mxinden mxinden merged commit 7391b6e into libp2p:master Aug 11, 2021
@mxinden mxinden mentioned this pull request Aug 30, 2021
25 tasks
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.

Enable wasm-bindgen feature for the parking_lot dependency
2 participants