请问有编译好的运行时吗 #1
-
| 
         请问有编译好的运行时吗  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            CeSun
          
      
      
        Feb 25, 2025 
      
    
    Replies: 1 comment
-
| 
         这个仓库目前仅仅支持NativeAOT(HarmonyOS不支持Jit),这里有一份编译好的aot的库:https://github.com/OpenHarmony-NET/OpenHarmony.NET.Runtime 后续我会考虑发布nuget包,但是目前工作流我还没想清楚应该怎么做  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        CeSun
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
这个仓库目前仅仅支持NativeAOT(HarmonyOS不支持Jit),这里有一份编译好的aot的库:https://github.com/OpenHarmony-NET/OpenHarmony.NET.Runtime
你可以将其引用到你的项目,然后进行aot发布
后续我会考虑发布nuget包,但是目前工作流我还没想清楚应该怎么做