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.
binding/wasm/controls.hpp:521compares avoid*with0using an ordered comparison when the control value is a tensor port:Breaks the wasm build of
TestTensorInput. Pre-existing on main; found while building the full wasm gallery with emsdk latest.