Skip to content

Draft: Implement Runtime::load_module for Realm

Wei Wu requested to merge load_module into master

The load_module allows people to explicitly load all modules prior Runtime::init() This PR also moves the creation of RuntimeImpl into the constructor of Runtime.

Edited by Wei Wu

Merge request reports