roc/crates/glue
Brendan Hansknecht 93fab26c01
Add a RocRefcounted trait in roc_std
This is required to properly handle refcounting of RocList.
Without it, we can't tell if we need to get the length from the heap.
That said, it isn't a pretty solution.

I think dealing with generating bespoke type in glue would feel nicer than this but be much more work.
It also would deal with the issue of implementations in the bitcode not matching external libraries.
That said, it would require exposing way more symbols from roc for each monomophorphized list variant.
2024-07-13 10:39:51 -07:00
..
platform update glue platform files to new syntax 2024-05-05 16:46:34 +02:00
src Add a RocRefcounted trait in roc_std 2024-07-13 10:39:51 -07:00
static Have RustGlue bundle roc_std 2023-06-26 09:48:27 -04:00
templates REVERT ME - add some debug info 2022-11-16 17:07:04 -05:00
tests better panic message when glue command fails 2024-07-06 16:08:59 +02:00
Cargo.toml Add --output to build, default to app filename 2023-10-19 20:42:28 -04:00