configureRuntime function

void configureRuntime(
  1. LarkRuntime rt
)

Configure the runtime (called by platform entry points).

Implementation

void configureRuntime(LarkRuntime rt) {
  _currentRuntime = rt;
}