package version

import "github.com/tetratelabs/wazero/internal/version"

Index

Constants

const Default = "dev"

Default is the default version value used when none was found.

Functions

func GetWazeroVersion

func GetWazeroVersion() (ret string)

GetWazeroVersion returns the current version of wazero either in the go.mod or set by ldflag for wazero CLI.

If this is not CLI, this assumes that downstream users of wazero imports wazero as "github.com/tetratelabs/wazero". To be precise, the returned string matches the require statement there. For example, if the go.mod has "require github.com/tetratelabs/wazero 0.1.2-12314124-abcd", then this returns "0.1.2-12314124-abcd".

Note: this is tested in ./testdata/main_test.go with a separate go.mod to pretend as the wazero user.

Source Files

version.go

Version
v1.9.0 (latest)
Published
Feb 18, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
4 days ago

Tools for package owners.