Stream: git-wasmtime

Topic: wasmtime / Issue #1829 No support for unsigned types in e...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 15:45):

olonho opened Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32 `

It is important to to use unsigned types in external functions in many cases.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 15:45):

olonho edited Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32 `

It is important to to use unsigned types in external functions in many cases.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 15:46):

olonho edited Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait `wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32

It is important to to use unsigned types in external functions in many cases.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 15:46):

olonho edited Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32

It is important to to use unsigned types in external functions in many cases.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 15:59):

olonho edited Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32

It is important to use unsigned types in external functions in many cases.

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

alexcrichton commented on Issue #1829:

I think this was added pretty recently in https://github.com/bytecodealliance/wasmtime/pull/1808, mind trying that out and seeing if that works for you?

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

alexcrichton labeled Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32

It is important to use unsigned types in external functions in many cases.

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

github-actions[bot] commented on Issue #1829:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:32):

alexcrichton commented on Issue #1829:

I believe this has since been added so closing.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:32):

alexcrichton closed Issue #1829:

When using Linker.func with function with signature fn(u64, u64) -> i32 get this error

the trait wasmtime::func::IntoFunc<_, _> is not implemented for fn(u64, u64) -> i32

It is important to use unsigned types in external functions in many cases.


Last updated: Nov 22 2024 at 17:03 UTC