xafero opened issue #3172:
Feature
I would like to get more debugging information from
the "fn typecheck" in "crates/wasmtime/src/instance.rs".The expected parameter and return types as well as the given ones would be reported back.
Something like "expected (I32, I64) but was (I64, I64)".Benefit
Instead of getting "incompatible import type for foo:debug", which
does not tell anyone the source of the problem, users like Java
and other programming languages could fix their issues.Implementation
I don't know much about Rust, so sadly don't know.
Alternatives
Don't know.
alexcrichton closed issue #3172:
Feature
I would like to get more debugging information from
the "fn typecheck" in "crates/wasmtime/src/instance.rs".The expected parameter and return types as well as the given ones would be reported back.
Something like "expected (I32, I64) but was (I64, I64)".Benefit
Instead of getting "incompatible import type for foo:debug", which
does not tell anyone the source of the problem, users like Java
and other programming languages could fix their issues.Implementation
I don't know much about Rust, so sadly don't know.
Alternatives
Don't know.
Last updated: Nov 22 2024 at 17:03 UTC