mirror of
https://github.com/wazero/wazero
synced 2026-06-21 14:12:37 +00:00
16 lines
329 B
Modula-2
16 lines
329 B
Modula-2
module github.com/tetratelabs/wazero
|
|
|
|
// Floor Go version of wazero (current - 1)
|
|
go 1.25.0
|
|
|
|
// All the beta tags are retracted and replaced with "pre" to prevent users
|
|
// from accidentally upgrading into the broken beta 1.
|
|
retract (
|
|
v1.0.0-beta1
|
|
v1.0.0-beta.3
|
|
v1.0.0-beta.2
|
|
v1.0.0-beta.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.44.0
|