Skip to content

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