c2akula /
tinyvm
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
44/100 healthLoading repository data…
jakogut / repository
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
TinyVM is a virtual machine with the goal of having a small footprint. Low memory usage, a small amount of code, and a small binary.
Building can be accomplished on UNIX-like systems with make and GCC.
There are no external dependencies, save the C standard library.
Building can be accomplished using "make," or "make rebuild".
To build a debug version, add "DEBUG=yes" after "make". To build a binary with profiling enabled, add "PROFILE=yes" after "make".
I can be reached at "joseph.kogut(at)gmail.com"
Selected from shared topics, language and repository description—not editorial ratings.
c2akula /
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
44/100 health