Adds support for DWARF based stack traces (#881)

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2022-12-05 14:59:45 +09:00
committed by GitHub
parent 6f30a42828
commit 6c4dd1cfd9
25 changed files with 588 additions and 89 deletions

View File

@@ -0,0 +1,6 @@
package dwarftestdata
import _ "embed"
//go:embed testdata/main.wasm
var DWARFWasm []byte