7 lines
175 B
Go
7 lines
175 B
Go
package main
|
|
|
|
// Force importing wazero here, so that we can see the actual wazero version in the main_test.go.
|
|
import (
|
|
_ "github.com/tetratelabs/wazero/internal/version"
|
|
)
|