Skip to content

Does not work correctly for wasm32-unknown-emscripten #21

Open
@icefoxen

Description

The is() function gets defined twice, because you have one cfg statement that tests for OS (unix) and one that tests for architecture (wasm32). Emscripten pretends to be unix, so is() gets defined twice.

Proposed fix: turn the wasm32 architecture into an OS test for unknown.

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