seems like we’d need to hoist the relevant BinaryU...
# development
r
seems like we’d need to hoist the relevant BinaryUtil and Native options into global options and then could just instantiate those in engine bootstrap as non-Subsystem instances (e.g. use
x()
vs
x.Factory.create
)