hashicorp / hc-install

Go module for downloading or locating HashiCorp binaries, verifying signatures and checksums, and asserting version constraints.

Home Page:https://pkg.go.dev/github.com/hashicorp/hc-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore CGO/WASM bindings

kmoe opened this issue · comments

commented

It would be nice to be able to deduplicate the parts of hc-install that are shared with https://github.com/hashicorp/js-releases, and implementations in other languages.

For example, CGO bindings can be used to share library code with Python.

WASM may be an option for JS, but will it work in all possible js-releases execution environments?