Bez popisu

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

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