roc/examples/static-site-gen/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
..
Html Fix mobile header, re-add /examples 2023-11-15 21:38:05 -05: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.lock add static-site-gen platform lock 2023-12-30 17:13:26 +01:00
Cargo.toml Stop using "rlib" 2024-01-16 22:36:10 -08:00
host.c examples: first draft of static site generator example 2022-08-28 14:33:03 +01:00
Html.roc roc format 2023-11-02 23:18:53 -04:00
main.roc static-site-gen: Use Box to workaround app/host ABI issues 2022-09-07 23:36:43 +01:00