Ingen beskrivning

sunnycase e44516322b constexpr string 6 år sedan
cmake 6f764741ee Update 6 år sedan
doc c8563438fb Update readme 6 år sedan
src e44516322b constexpr string 6 år sedan
tests dfdc897c46 Update 6 år sedan
tools c0abc5c24f Update 6 år sedan
.gitattributes 5cb2358a43 Initial 7 år sedan
.gitignore 916b3d0dfb Update runtime 6 år sedan
CMakeLists.txt f6180b917d Add Array.Clear 6 år sedan
LICENSE 5cb2358a43 Initial 7 år sedan
Natsu.sln e81dbbbffe Add List 6 år sedan
README.md c8563438fb Update readme 6 år sedan

README.md

natsu-clr

Introduction

简介

natsu-clr is an il2cpp transpiler and runtime for resource-constrained devices. natsu-clr 是一个 为资源受限设备设计的 IL2CPP 编译器和运行时。

Screenshots

Features

  • .Net Core 3.0 compatible
  • Small memory footprint
  • Very portable
  • Compile-time variable initializer (e.g. System.String)

特性

  • .Net Core 3.0 兼容
  • 极小内存占用
  • 可移植性强
  • 编译期变量初始化 (例如 System.String)

Supported CLR Features

支持的 CLR 特性

  • Array
  • Span
  • Delegate
  • Unsafe
  • Internal Call
  • Unicode