Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erlscripten/erlps-core
Core runtime of Erlscripten - ERTS emulation
https://github.com/erlscripten/erlps-core
Last synced: 28 days ago
JSON representation
Core runtime of Erlscripten - ERTS emulation
- Host: GitHub
- URL: https://github.com/erlscripten/erlps-core
- Owner: erlscripten
- License: isc
- Created: 2020-12-01T14:06:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T08:53:45.000Z (about 2 years ago)
- Last Synced: 2024-08-04T01:20:25.644Z (4 months ago)
- Language: PureScript
- Size: 637 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- beamtoolbox - [erl
README
# erlps-core - ERTS emulation in Purescript
- Erlang type definitions
- Erlang BIF's
- Erlang IO server
- Mocks for erlang's unicode and b64 module
- Basic process emulation using https://github.com/elixirscript/processesThis purescript package is part of the erlscripten project/ecosystem.
# Module documentation
Published on pursuit# Building
1. Transpile IO module from erlang - ```make io```
2. Run tests - ```npm test```