[RUNTIME][REFACTOR] Use object protocol to support runtime::Module (#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.
Showing
src/runtime/object_internal.h
0 → 100644
Please
register
or
sign in
to comment