alexcrichton opened issue #8723:
I ran into this bug on https://github.com/bytecodealliance/wasmtime/pull/8719 but the current definition of
i64_from_iconst
can match thef32const
andf64const
nodes in addition toiconst
. This seems counterintuitive given the name of the extractor, but I'm not sure how to best fix myself.
alexcrichton closed issue #8723:
I ran into this bug on https://github.com/bytecodealliance/wasmtime/pull/8719 but the current definition of
i64_from_iconst
can match thef32const
andf64const
nodes in addition toiconst
. This seems counterintuitive given the name of the extractor, but I'm not sure how to best fix myself.
Last updated: Nov 22 2024 at 16:03 UTC