make runtime compatible with wasm
This commit is contained in:
7
runtime/internal/clite/debug/libunwind_linux.go
Normal file
7
runtime/internal/clite/debug/libunwind_linux.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build linux
|
||||
|
||||
package debug
|
||||
|
||||
const (
|
||||
LLGoPackage = "link: -lunwind"
|
||||
)
|
||||
Reference in New Issue
Block a user