SCORU/WASM: better error report is `kernel_run` is not defined by the module
If a module doesn't define a kernel_run function, the PVM goes into the stuck state:
Stuck (Init_error { raw_exception: Tezos_lazy_containers.Lazy_map.UnexpectedAccess; explanation: None })
We should have a proper error for this specific case.