Stream: git-wasmtime

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


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

abrown opened 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.

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

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.


Last updated: Nov 22 2024 at 16:03 UTC