#Stupid question: I can see a "runtime"
1 messages · Page 1 of 1 (latest)
moduleRuntime is the part implemented by the SDK modules
See https://github.com/dagger/dagger/blob/712b3f6d7218f347f73ab25cbd2fbe12f787e0b1/core/sdk.go#L126-L172
It's not that clear, and not really discoverable, that's true. I don't know how we could make it better. As some point I was wondering if we couldn't use interfaces for that (I mean dagger interfaces)