make runtime compatible with wasm
This commit is contained in:
6
runtime/internal/clite/setjmp/jmpbuf_darwin_amd64.go
Normal file
6
runtime/internal/clite/setjmp/jmpbuf_darwin_amd64.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package setjmp
|
||||
|
||||
const (
|
||||
SigjmpBufSize = 196
|
||||
JmpBufSize = 192
|
||||
)
|
||||
Reference in New Issue
Block a user