yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/go-plugin/v0.8.0
vault / go-plugin / v0.8.0

go-plugin @ v0.8.0

integrity

size
3.0 MiB
downloaded
last checked
overlays
go
detected
go module github.com/knqyf263/go-plugin
source https://github.com/knqyf263/go-plugin · available · github

release notes

go-plugin v0.8.0 improves safety and performance of host functions that unmarshal a result from the guest. This change centers around freeing memory and was introduced by @lburgazzoli and optimized by @dmvolod. Thanks very much for keeping the project performing.

This also updates dependencies. Notably now that TinyGo 0.28.1 is out, we no longer test 0.25.0. Regardless, TinyGo only supports the most recent version.

download

unix · zip
curl -fL -o v0.8.0.zip https://ratatoskr.space/pkg/go-plugin/v0.8.0.zip
                    printf '%s  %s\n' '36f6352e3842548e6eeb75d6526e12c228f502c1a13b258e5b225a3a077059f6' 'v0.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-plugin/v0.8.0.zip"
$out = "v0.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36f6352e3842548e6eeb75d6526e12c228f502c1a13b258e5b225a3a077059f6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.8.0.tar.gz https://ratatoskr.space/pkg/go-plugin/v0.8.0.tar.gz
                    printf '%s  %s\n' 'd791aa61ba42b2888173adca3d0e48f00b734ede5d018647a493b6dc5424a215' 'v0.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-plugin/v0.8.0.tar.gz"
$out = "v0.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d791aa61ba42b2888173adca3d0e48f00b734ede5d018647a493b6dc5424a215") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.zip
                    printf '%s  %s\n' '36f6352e3842548e6eeb75d6526e12c228f502c1a13b258e5b225a3a077059f6' 'v0.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.zip"
$out = "v0.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36f6352e3842548e6eeb75d6526e12c228f502c1a13b258e5b225a3a077059f6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.tar.gz
                    printf '%s  %s\n' 'd791aa61ba42b2888173adca3d0e48f00b734ede5d018647a493b6dc5424a215' 'v0.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.tar.gz"
$out = "v0.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d791aa61ba42b2888173adca3d0e48f00b734ede5d018647a493b6dc5424a215") { throw "sha256 mismatch" }
artifact format size hashes
v0.8.0.zip zip 3.0 MiB
blake3-24 703a216a5d85af41104e70edc5553605e716a7ea44c9ba71
sha256 36f6352e3842548e6eeb75d6526e12c228f502c1a13b258e5b225a3a077059f6
sha1 08c9aa1cc00ae70a7fab643d5187777d830e23fc
v0.8.0.tar.gz tar.gz 2.9 MiB
blake3-24 7a9c2b6bfd5c184af8e36377d5edb6b523d06efb256497a1
sha256 d791aa61ba42b2888173adca3d0e48f00b734ede5d018647a493b6dc5424a215
sha1 4b5b3342f787137590137d34fe95b972718728f3

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v0.8.0.zip zip 3.0 MiB
blake3-24 6ccf9f76f0b821e8a38d9a628c152e212008ee32aeb8a9cf
sha256 7099f5f18ac5cd8a7d054e40b8297066f720b1ad54687e962f20a3c95cd36aa9
sha1 af3b0623aa30568c0df3725e79309fa365aa2b6e

install

bazel
http_archive(
    name = "go-plugin",
    urls = ["https://ratatoskr.space/pkg/go-plugin/v0.8.0.tar.gz"],
    integrity = "sha256-15GqYbpCsoiBc63KPQ5I8AtzTt5dAYZHpJO23FQkohU=",
    strip_prefix = "go-plugin-v0.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/go-plugin/v0.8.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/go-plugin@v0.8.0
install via yggdrasil mesh
bazel
http_archive(
    name = "go-plugin",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.tar.gz"],
    integrity = "sha256-15GqYbpCsoiBc63KPQ5I8AtzTt5dAYZHpJO23FQkohU=",
    strip_prefix = "go-plugin-v0.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.8.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin@v0.8.0
← v0.9.0v0.7.0 →