Skip to content

WebAssembly #88

Description

@772

Rust 1.89 made an important change regarding the "dec" crate. See https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/. The news says extern "C" functions on the wasm32-unknown-unknown target now have a standards compliant ABI. As far as I know this crate is still not compatible with wasm.

Maybe because the dec crate is still not Rust edition 2024?

I compiled my project with the newest Rust 1.89 but cargo build --target wasm32-unknown-unknown --release will still result in fatal error: 'string.h' file not found.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions