olonho opened Issue #1829:
When using
Linker.func
with function with signaturefn(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.
olonho edited Issue #1829:
When using
Linker.func
with function with signaturefn(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.
olonho edited Issue #1829:
When using
Linker.func
with function with signaturefn(u64, u64) -> i32
get this errorthe 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.
olonho edited Issue #1829:
When using
Linker.func
with function with signaturefn(u64, u64) -> i32
get this errorthe 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.
olonho edited Issue #1829:
When using
Linker.func
with function with signaturefn(u64, u64) -> i32
get this errorthe 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.
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?
alexcrichton labeled Issue #1829:
When using
Linker.func
with function with signaturefn(u64, u64) -> i32
get this errorthe 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.
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:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on Issue #1829:
I believe this has since been added so closing.
alexcrichton closed Issue #1829:
When using
Linker.func
with function with signaturefn(u64, u64) -> i32
get this errorthe 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