wit-bindgen-go 0.58.0

Go bindings generator for WIT and the component model, typically used through the `wit-bindgen-cli` crate.
Documentation
1
2
3
4
5
6
7
8
9
[doc('Show available commands')]
@default:
    just --list

[doc('Run linter')]
@lint:
    echo "Lint..."
    command -v golangci-lint >/dev/null 2>&1 || { echo "golangci-lint is not installed or in PATH"; exit 1; }
    GOARCH=wasm GOOS=wasip1 golangci-lint run