deno_core doesn't come with anything "unstable" because it doesn't come with anything other than the javascript built-ins, plus the internal API that only exists to allow extensions to work
A simple implementation of deno_core's ModuleLoader trait which supports loading modules from the network. - GitHub - andreubotella/deno-simple-module-loader: A simple implementation of den...