-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Is there anyone who can help me set this up?
I copied the exact configuration, can't figure this out.
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.82.0-nightly (257b72b8a 2024-07-30)).
rust-toolchain.tml
[toolchain]
# If you change this, adjust the toolchain elsewhere accordingly.
channel = "nightly-2024-08-02"
components = ["rust-src"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"
I run build:wasm-mt
"scripts": {
"build:wasm-st": "wasm-pack build --target web",
"build:wasm-mt": "cross-env RUSTFLAGS=\"-C target-feature=+atomics,+bulk-memory\" wasm-pack build --target web --out-dir pkg-parallel -- --features parallel -Z build-std=panic_abort,std",
Metadata
Metadata
Assignees
Labels
No labels