11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/second-state/WasmEdge-go v0.12.0
|
|
github.com/tetratelabs/wazero v0.0.0
|
|
)
|
|
|
|
replace github.com/tetratelabs/wazero => ../../../..
|