Keine Beschreibung

sunnycase bceb1d8e7e Add exit thread vor 6 Jahren
cmake 0e2c27402a Add LinkedList vor 6 Jahren
doc c8563438fb Update readme vor 6 Jahren
src bceb1d8e7e Add exit thread vor 6 Jahren
tests dfdc897c46 Update vor 6 Jahren
tools c0abc5c24f Update vor 6 Jahren
.gitattributes 5cb2358a43 Initial vor 7 Jahren
.gitignore 916b3d0dfb Update runtime vor 6 Jahren
CMakeLists.txt f6180b917d Add Array.Clear vor 6 Jahren
LICENSE 5cb2358a43 Initial vor 7 Jahren
Natsu.sln 0e2c27402a Add LinkedList vor 6 Jahren
README.md c8563438fb Update readme vor 6 Jahren

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