mention migration to self-hosted forgejo
This commit is contained in:
parent
f94c6c5545
commit
ba53517d90
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
||||||
# vmkit-core
|
# vmkit-core
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
vmkit-core is a library which provides building blocks for building a language runtime.
|
vmkit-core is a library which provides building blocks for building a language runtime.
|
||||||
|
|
||||||
|
NOTE: Original code is uploaded on [git.playxe.org:playXE/vmkit-core](https://git.playxe.org/playXE/vmkit-core), GitHub repository is a push mirror for backups.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- Garbage Collector: Done by using [mmtk-core](https://github.com/mmtk/mmtk-core)
|
- Garbage Collector: Done by using [mmtk-core](https://github.com/mmtk/mmtk-core)
|
||||||
- Thread management: Threads can be spawned, suspended, resumed, killed.
|
- Thread management: Threads can be spawned, suspended, resumed, killed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue