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?
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: Nov 22 2024 at 16:03 UTC