wash-cli 0.17.1

wasmcloud Shell (wash) CLI tool
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "wash",
	"image": "mcr.microsoft.com/devcontainers/base:bullseye",
	"features": {
		"ghcr.io/devcontainers/features/rust:1": {
			"version": "latest"
		}
	},
	"workspaceMount": "source=${localWorkspaceFolder},target=/wash,type=bind,consistency=cached",
	"workspaceFolder": "/wash"
}