ErlangRT icon indicating copy to clipboard operation
ErlangRT copied to clipboard

Erlang Replacement Therapy. Another attempt to make Erlang runtime (BEAM emulator) in Rust. Good news: I know what to do. Bad news: I have no clue how to Rust

Results 8 ErlangRT issues
Sort by recently updated
recently updated
newest added

Bumps [rgb](https://github.com/kornelski/rust-rgb) from 0.8.13 to 0.8.32. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rgb&package-manager=cargo&previous-version=0.8.13&new-version=0.8.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, ErlangRT isn't working with the latest rust nightly it was breaking because of ramp. So I issued a pr to fix ramp which has been merged and released. There...

- [x] 116: bs_start_match2/5 - [ ] 117: bs_get_integer2/7 - [ ] 118: bs_get_float2/7 - [ ] 119: bs_get_binary2/7 - [ ] 120: bs_skip_bits2/5 - [ ] 121: bs_test_tail2/3 -...

Check compatible BEAM version (instruction count field or something like that).

enhancement

- [ ] #6 replicate `bin/` environment and support basic command line for erlexec and ctrun

- [x] Make ct_run work - [ ] Make erlexec work - [ ] Make erl and make it run the emulator Or possibly simplify startup of the whole thing...