make runtime compatible with wasm
This commit is contained in:
11
runtime/internal/clite/pthread/sync/sync_darwin_arm64.go
Normal file
11
runtime/internal/clite/pthread/sync/sync_darwin_arm64.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package sync
|
||||
|
||||
const (
|
||||
PthreadOnceSize = 16
|
||||
PthreadMutexSize = 64
|
||||
PthreadMutexAttrSize = 16
|
||||
PthreadCondSize = 48
|
||||
PthreadCondAttrSize = 16
|
||||
PthreadRWLockSize = 200
|
||||
PthreadRWLockAttrSize = 24
|
||||
)
|
||||
Reference in New Issue
Block a user