• @[email protected]
      link
      fedilink
      528 days ago

      Latest I’ve heard the necessary WASM APIs are planned for .NET 9, which is targeting November. Godot team previously said they’d jump into it once those were available. Long story short, not in 4.3.

      • @Thaurin
        link
        228 days ago

        Wouldn’t something like Unity need those APIs as well?

        • @[email protected]
          link
          fedilink
          4
          edit-2
          22 days ago

          I don’t keep up with unity much, but I do know they were using Mono for the longest time, which wouldn’t have the same restrictions as the newer “Core” runtimes. I think their efforts to catch up were called CoreCLR, that might be a lead to how their progress is.

          Edit - some research and to explicitly answer your question: maybe. The unity team has built a custom compiler and bindings to bridge the gap between their APIs and newer .NET versions. They’re essentially supporting parallel build/export pipelines, while Godot is trying to keep it simple and inline with what Microsoft provides.

          • @Thaurin
            link
            228 days ago

            Thanks for that information, it was in line with what I suspected.