Skip to content

wasm: tensor ports fail to build (ordered comparison between pointer and zero) #148

Description

@jcelerier

binding/wasm/controls.hpp:521 compares a void* with 0 using an ordered comparison when the control value is a tensor port:

avnd/binding/wasm/controls.hpp:521:74: error: ordered comparison between pointer and zero ('void *' and 'int')

Breaks the wasm build of TestTensorInput. Pre-existing on main; found while building the full wasm gallery with emsdk latest.

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