Stream: git-wasmtime

Topic: wasmtime / issue #3172 Increase debugging information esp...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2021 at 18:30):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2021 at 16:42):

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