Stream: wasi

Topic: adapter module 12.0.1 using old wasi:cli-base


view this post on Zulip Daniel Macovei (Aug 29 2023 at 17:02):

When using the adapter module from 12.0.1, I see that it's using wasi:cli-base instead of wasi:cli which seems odd. Seems the change to use wasi:cli happened two weeks ago? https://github.com/bytecodealliance/wasmtime/pull/6806/files. Is the release cut grabbing wasi:cli from the right place?

This PR synchronizes the wasi:cli package with the upstream spec definition. As part of this PR I upstreamed changes from the wasmtime repo: WebAssembly/wasi-cli#19 WebAssembly/wasi-cli#20 The chan...

view this post on Zulip Alex Crichton (Aug 29 2023 at 17:13):

I believe the rename landed on main which release-12.0.0 was branched from before that, so it's correct that 12.0.1 doesn't have the rename I think


Last updated: Oct 23 2024 at 20:03 UTC