Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | feat(runtime): Add example for extension with ops (#19204) | Exidex | |
Spend quite some time trying to get this working. With proper example would have been a lot faster. So this is pr with the example. I also rearranged examples a little bit to allow for addition of more examples | |||
2023-05-04 | fix(core): allow esm extensions not included in snapshot (#18980) | Nayeem Rahman | |
Fixes #18979. This changes the predicate for allowing `ext:` specifier resolution from `snapshot_loaded_and_not_snapshotting` to `ext_resolution_allowed` which is only set to true during the extension module loading phase. Module loaders as used in core are now declared as `ExtModuleLoader` rather than `dyn ModuleLoader`. |