summaryrefslogtreecommitdiff
path: root/abi/runtime.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-19 04:40:49 -0500
committerJeff Carr <[email protected]>2025-03-19 04:40:49 -0500
commit17119d9298e132aa309f1cc95e439f29f61214b0 (patch)
tree578abd95ba2cfe0cdcec3f6e51d609ccb9e2f36b /abi/runtime.go
day1v0.0.1
Diffstat (limited to 'abi/runtime.go')
-rw-r--r--abi/runtime.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/abi/runtime.go b/abi/runtime.go
new file mode 100644
index 0000000..9b91cdf
--- /dev/null
+++ b/abi/runtime.go
@@ -0,0 +1,8 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package abi
+
+// ZeroValSize is the size in bytes of runtime.zeroVal.
+const ZeroValSize = 1024