embed actors v8 bundle
This commit is contained in:
parent
7712fc044e
commit
c3fb3301ab
3
build/builtin-actors/README.md
Normal file
3
build/builtin-actors/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This directory contains the builtin actors v8 bundle, to be emdedded in the binary.
|
||||||
|
To change your actor bundle, prior to fixing for nv16 upgrade, generate a bundle using the actor
|
||||||
|
bundler and place it in this directory, in a file named builtin-actors-v8.car
|
12
build/builtin_actors.go
Normal file
12
build/builtin_actors.go
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package build
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "embed"
|
||||||
|
)
|
||||||
|
|
||||||
|
//go:embed builtin-actors/builtin-actors-v8.car
|
||||||
|
var actorsv8 []byte
|
||||||
|
|
||||||
|
func BuiltinActorsV8Bundle() []byte {
|
||||||
|
return actorsv8
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user