roc/examples/cli/false-interpreter/platform
Brendan Hansknecht f9c0d54688
Stop using "rlib"
I don't know if this matters at all, but I don't think we should use "rlib".
The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default.
"lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121.
2024-01-16 22:36:10 -08:00
..
src switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
build.rs update rust platform build.rs 2022-11-06 16:34:15 +01:00
Cargo.toml Stop using "rlib" 2024-01-16 22:36:10 -08:00
Effect.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
File.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
host.c Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
main.roc remove as Fx from platform types 2023-08-08 16:37:47 +02:00
Stdin.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Stdout.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Task.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00