You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support Java, we'll need to add a concept of "runtime" to bfg. Currently, all the code assumes native runtimes. We could add the JVM as either a new Platform (that has the native platform as a member) or create a Runtime type with both Native and JVM instances/subtypes.
The text was updated successfully, but these errors were encountered:
In order to support Java, we'll need to add a concept of "runtime" to bfg. Currently, all the code assumes native runtimes. We could add the JVM as either a new
Platform
(that has the native platform as a member) or create aRuntime
type with both Native and JVM instances/subtypes.The text was updated successfully, but these errors were encountered: