Stream: git-wasmtime

Topic: wasmtime / Issue #2892 Handle i128 arguments in the aarch...


view this post on Zulip Wasmtime GitHub notifications bot (May 11 2021 at 10:06):

bjorn3 commented on Issue #2892:

You could create a function that takes an i64 and an i128 argument and uses the i128 argument in some way that can't get DCE'd like returning the lower half has i64 and one function that calls a function with an i64 and an i128 argument. You can then test directly which instructions are emitted.


Last updated: Nov 22 2024 at 17:03 UTC