7 lines
92 B
Go
7 lines
92 B
Go
package dwarftestdata
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed testdata/main.wasm
|
|
var DWARFWasm []byte
|