firefly icon indicating copy to clipboard operation
firefly copied to clipboard

An alternative BEAM implementation, designed for WebAssembly

Results 88 firefly issues
Sort by recently updated
recently updated
newest added

Looking at the logs, all activity ceased on Mar 26, 2021.

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies
rust

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.3 to 0.4.4. Commits 48b13dc Bump crossbeam-channel to v0.4.4 679dac8 Bump crossbeam-channel to v0.4.3 f652c6a Change crossbeam-channel's license to MIT OR Apache-2.0. 149a3c9 Release crossbeam-queue 0.2.3 18363b5...

dependencies
rust

Hello! Currently CI runs on OSX and Linux, and there's plans to add #292 . It would be great to see Windows added to this list! It's an extremely popular...

enhancement
help wanted
good-first-issue
build/ci

Any Erlang code using `integer_to_binary/2` fails to link against a derived trait method in `radix_fmt`: ``` Undefined symbols for architecture x86_64 _$LT$radix_fmt..Radix$LT$isize$GT$$u20$as$u20$core..fmt..Display$GT$::fmt::h9d7627ed4ffb494b ``` ## `init.erl` ```erlang -module(init). -export([start/0]). -import(erlang, [binary_to_integer/2,...

bug
compiler
runtime
runtime/bifs
help wanted

# Implementing ETS Erlang Term Storage (ETS) is built on top of two data structures (depending on the options passed to `ets:new/2`) - an AVL tree in the general case...

runtime
runtime/bifs
help wanted

Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations. The default implementation of Krustlet...

- [ ] `seq_trace/2` - [ ] `seq_trace_info/1` - [ ] `seq_trace_print/1` - [ ] `seq_trace_print/2`

enhancement
runtime/bifs
help wanted

- [ ] `trace/3` - [ ] `trace_delivered/1` - [ ] `trace_info/2` - [ ] `trace_pattern/2` - [ ] `trace_pattern/3`

enhancement
runtime/bifs
help wanted