Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RUNTIME][REFACTOR] Use object protocol to support runtime::Module (a…
…pache#4289) Previously runtime::Module was supported using shared_ptr. This PR refactors the codebase to use the Object protocol. It will open doors to allow easier interpolation between Object containers and module in the future.
- Loading branch information