This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Conversation
Fixes:
Compiling parking_lot_core v0.9.9
error[E0658]: use of unstable library feature 'stdarch_wasm_atomic_wait'
--> /home/charmitro/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.9/src/thread_parker/wasm_atomic.rs:48:21
|
48 | let r = wasm32::memory_atomic_wait32(self.ptr(), PARKED, -1);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #77839 <rust-lang/rust#77839> for more information
= help: add `#![feature(stdarch_wasm_atomic_wait)]` to the crate attributes to enable
error[E0658]: use of unstable library feature 'stdarch_wasm_atomic_wait'
--> /home/charmitro/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.9/src/thread_parker/wasm_atomic.rs:60:25
|
60 | let r = wasm32::memory_atomic_wait32(self.ptr(), PARKED, nanos_left);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #77839 <rust-lang/rust#77839> for more information
= help: add `#![feature(stdarch_wasm_atomic_wait)]` to the crate attributes to enable
error[E0658]: use of unstable library feature 'stdarch_wasm_atomic_wait'
--> /home/charmitro/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.9/src/thread_parker/wasm_atomic.rs:89:28
|
89 | let num_notified = wasm32::memory_atomic_notify(self.0 as *mut i32, 1);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #77839 <rust-lang/rust#77839> for more information
= help: add `#![feature(stdarch_wasm_atomic_wait)]` to the crate attributes to enable
error[E0635]: unknown feature `stdsimd`
--> /home/charmitro/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.9/src/lib.rs:52:13
|
52 | feature(stdsimd)
| ^^^^^^^
Some errors have detailed explanations: E0635, E0658.
Signed-off-by: Charalampos Mitrodimas <charalampos@wasmer.io>
Signed-off-by: Charalampos Mitrodimas <charalampos@wasmer.io>
Fixes, E: Unable to locate package python3.11 E: Couldn't find any package by glob 'python3.11' E: Couldn't find any package by regex 'python3.11' E: Package 'python3-distutils' has no installation candidate Signed-off-by: Charalampos Mitrodimas <charalampos@wasmer.io>
c3411d6 to
8d230fe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: