Skip to content

Simplified installation? More clear? #27

@TaggartMaher

Description

@TaggartMaher

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions