make runtime compatible with wasm
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
)
|
||||
import "runtime"
|
||||
|
||||
// Layout of in-memory per-function information prepared by linker
|
||||
// See https://golang.org/s/go12symtab.
|
||||
|
||||
Reference in New Issue
Block a user