You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then later new changes came onto main that would be really great to get in and have these two synchronized. The good news is that adding a world that brings in the imports then is unioned with wasi:http/proxy, this will be purely-additive and backwards compatible.
We should fix sooner rather than later (perhaps 0.2.1)
It looks like the
wasi:[email protected]
package in this repository only provides theproxy
world, but thewasi:[email protected]
package over in https://github.com/WebAssembly/wasi-http/blob/main/wit/proxy.wit#L5 also provides theimports
world.This can confuse some tooling (and humans) because both (the same?) packages are versioned as 0.2.0 but don't supply the same worlds.
It'd be great if we could sync them now and then implement a way to ensure they stay in sync with future updates.
The text was updated successfully, but these errors were encountered: