make runtime compatible with wasm
This commit is contained in:
8
runtime/internal/clite/setjmp/jmpbuf_linux_amd64.go
Normal file
8
runtime/internal/clite/setjmp/jmpbuf_linux_amd64.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !darwin
|
||||
|
||||
package setjmp
|
||||
|
||||
const (
|
||||
SigjmpBufSize = 200
|
||||
JmpBufSize = 200
|
||||
)
|
||||
Reference in New Issue
Block a user