Stream: git-wasmtime

Topic: wasmtime / issue #8304 `wasmtime::component::bindgen!` co...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2024 at 17:11):

rylev opened issue #8304:

Currently, the with config option in bindgen! silently ignores interfaces that do not exist within the targeted world. Instead of this, preferably the macro should error with a quality message saying that the interface does not exist.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 12 2024 at 20:47):

alexcrichton commented on issue #8304:

I think this is a great idea, and support in Wasmtime can be modelled after https://github.com/bytecodealliance/wit-bindgen/pull/842 which added an equivalent feature to the guest Rust support.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2024 at 18:31):

alexcrichton closed issue #8304:

Currently, the with config option in bindgen! silently ignores interfaces that do not exist within the targeted world. Instead of this, preferably the macro should error with a quality message saying that the interface does not exist.


Last updated: Nov 22 2024 at 16:03 UTC