CoreRabbit
How do I see which ops are registered?
Found documentation comment
When I read this it make me believe that all of the extensions I register will be merged together into
ext:core/ops
.
This makes me think I have to write JS bootstrap script that imports the op and assigns it onto globalThis for every single extension?5 replies