Skip to content

rand 0.5.1 no longer compile for wasm32-unknown-unknown #503

@sebcrozet

Description

@sebcrozet

It appears the release 0.5.1 breaks compilation for the wasm32-unknown-unknown target.
I understand that activating the stdweb feature fixes the compilation error, but it seems wrong to just fail to compile if stdweb is not selected. Instead, the part of rand that require stdweb should be deactivated by conditional compilation when we target wasm32-unknown-unknown without activating the stdweb feature.

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