rylev opened issue #8304:
Currently, the
with
config option inbindgen!
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.
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.
alexcrichton closed issue #8304:
Currently, the
with
config option inbindgen!
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