Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvakvs/e4vm
A small portable virtual machine that would run Erlang on embedded systems
https://github.com/kvakvs/e4vm
beam cpp embedded emulator erlang virtual-machine vm
Last synced: 6 days ago
JSON representation
A small portable virtual machine that would run Erlang on embedded systems
- Host: GitHub
- URL: https://github.com/kvakvs/e4vm
- Owner: kvakvs
- License: other
- Created: 2016-11-27T16:28:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T12:26:51.000Z (over 6 years ago)
- Last Synced: 2024-08-02T15:30:44.710Z (3 months ago)
- Topics: beam, cpp, embedded, emulator, erlang, virtual-machine, vm
- Language: Erlang
- Homepage:
- Size: 1.56 MB
- Stars: 133
- Watchers: 13
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.html
- License: LICENSE
Awesome Lists containing this project
README
Note
====This project is not moving forward (as you probably noticed) and ends are
not yet properly connected. I.e. the precompiler generates compressed bitcode
but the runtime does not handle it yet.The general idea was to create a portable bit-compressed bytecode format and a
tiny runtime for embedded systems.Here's my talk on EUC 2017 (Stockholm) explaining the history of this project
and why it is here https://www.youtube.com/watch?v=6NUPormxgw8MicroErlang
===========For documentation and getting started please refer to http://uerlang.org
Building Documentation
----------------------Having Sphinx installed run ``make docs`` in the root directory of the project.
It will populate ``docs/`` with the new copy of the documentation and website
content.