Stream: git-wasmtime

Topic: wasmtime / Issue #1633 Convert more types to constant in ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 29 2020 at 23:33):

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. Currently const_for_type creates instructions for default constant values of integer and float types.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2020 at 00:13):

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. Currently const_for_type creates instructions for default constant values of integer and float types.


Last updated: Nov 22 2024 at 17:03 UTC