GetFirefly / firefly

An alternative BEAM implementation, designed for WebAssembly
Apache License 2.0
3.61k stars 104 forks source link

binary:encode_unsigned/1 BIF #671

Open KronicDeth opened 4 years ago

KronicDeth commented 4 years ago

binary:encode_unsigned/1 BIF is needed by lib/ssh/src/ssh_bits.erl

cargo test --package liblumen_otp lumen::otp::lib::ssh::ssh_bits
mlwilkerson commented 4 years ago

@KronicDeth whoops, just realized you'd self-assigned this as I submitted a draft PR for it. I'll back away if you prefer. I just picked this one to work on cause it was the first one I noticed that looked doable.