should it be possible to have a Host world with exports across versions like the following? I've run into an issue when trying to add a test case: https://github.com/bytecodealliance/wit-bindgen/pull/787/files#r1416724258
world foo {
import test:dep/test@0.1.0;
import test:dep/test@0.2.0;
export test:dep/test@0.1.0;
export test:dep/test@0.2.0;
}
Yes, I that should work, but I wouldn't be surprised if there are bugs.
ok, I think I know where this one is happening. Can try to get it fixed wasmtime::component::bindgen!
function
https://github.com/bytecodealliance/wasmtime/pull/7656
Last updated: Nov 22 2024 at 16:03 UTC