Thanks for releasing the compatibility shim in v14.0.3! I ran into an odd compatibility issue:
If wasmtime is run without WASMTIME_NEW_CLI=1, then --dir is always interpreted as a single value, and not HOST::GUEST:
wasmtime run --dir ./::./ ...
Fails with:
Error: failed to open directory './::./'
Thanks for releasing the compatibility shim in v14.0.3! I ran into an odd compatibility issue:
If
wasmtimeis run withoutWASMTIME_NEW_CLI=1, then--diris always interpreted as a single value, and notHOST::GUEST:Fails with:
Error: failed to open directory './::./'