abrown edited Issue #1633:
From looking at https://github.com/bytecodealliance/wasmtime/pull/1534#discussion_r417511828, it would seem that we need at least the ability to create constants for the boolean types (
types::B*
) but it also occurs to me that we should probably add support for the SIMD types as well. Currentlyconst_for_type
creates instructions for default constant values of integer and float types.
abrown closed Issue #1633:
From looking at https://github.com/bytecodealliance/wasmtime/pull/1534#discussion_r417511828, it would seem that we need at least the ability to create constants for the boolean types (
types::B*
) but it also occurs to me that we should probably add support for the SIMD types as well. Currentlyconst_for_type
creates instructions for default constant values of integer and float types.
Last updated: Dec 23 2024 at 13:07 UTC