Няма описание

sunnycase e44516322b constexpr string преди 6 години
cmake 6f764741ee Update преди 6 години
doc c8563438fb Update readme преди 6 години
src e44516322b constexpr string преди 6 години
tests dfdc897c46 Update преди 6 години
tools c0abc5c24f Update преди 6 години
.gitattributes 5cb2358a43 Initial преди 7 години
.gitignore 916b3d0dfb Update runtime преди 6 години
CMakeLists.txt f6180b917d Add Array.Clear преди 6 години
LICENSE 5cb2358a43 Initial преди 7 години
Natsu.sln e81dbbbffe Add List преди 6 години
README.md c8563438fb Update readme преди 6 години

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