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

Fix an issue with parking_lot >= 0.8.1 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dodomorandi
Copy link

There is an issue with parking_lot >= 0.8.1, because the previously dummy Instant has been replaced with the one from the instant crate. Unfortunately, when neither the wasm-bindgen or webstd features are passed to instant, it exposes an extern "C" now function, which will create problem when linking/loading modules.

This fix is trivial and should not be breaking (right?).

neacsu added a commit to nymtech/nym that referenced this pull request Aug 12, 2021
... which addresses the problem from Amanieu/parking_lot#269
by taking the unmerged workaround of tomaka/wasm-timer#13 ,
as wasm-timer appears to be unmaintained.
jstuczyn pushed a commit to nymtech/nym that referenced this pull request Aug 13, 2021
... which addresses the problem from Amanieu/parking_lot#269
by taking the unmerged workaround of tomaka/wasm-timer#13 ,
as wasm-timer appears to be unmaintained.
@namse
Copy link

namse commented Aug 3, 2022

Is this repository stoped maintaining? why maintainer don't merge this..?

@Ekleog
Copy link

Ekleog commented Dec 6, 2022

@tomaka Would it be possible to merge this and make a release? It seems simple enough and without it people have to work around it, either using fluvio-wasm-timer, or depending on parking_lot's wasm-bindgen feature manually :/

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.

3 participants