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