Post AjwFoK0DRl5ljiF408 by [email protected] | |
More posts by [email protected] | |
Post #AjvSQkXMFF4JKNsGJc by [email protected] | |
0 likes, 0 repeats | |
when i ship the YoWASP C-language toolchain, it will have these tools:- addr2li… | |
Post #AjvTUIElVMxCfaQnYm by [email protected] | |
0 likes, 0 repeats | |
@whitequark Have you tried clangd? Finally a platform independent independent l… | |
Post #AjvTUIKRAHUUxB5KOu by [email protected] | |
0 likes, 0 repeats | |
@space WASIp1 doesn't have networking so I can't compile clangd | |
Post #AjvZx44zoxO0sqxr6G by [email protected] | |
0 likes, 0 repeats | |
I built them all as a single multi-call binary and when compressed with good ol… | |
Post #Ajva2BTPl4H5GNpKfg by [email protected] | |
0 likes, 0 repeats | |
... I wonder if it would self-host. | |
Post #Ajva9WeTPqTQyRV5Zw by [email protected] | |
0 likes, 0 repeats | |
the answer is no it wouldn't because libcxx is built without threads and cu… | |
Post #AjvaQmzjuFGAaFgBHM by [email protected] | |
0 likes, 0 repeats | |
@[email protected] what's yowasp | |
Post #AjvaQn5PZ9nSrqKi7U by [email protected] | |
0 likes, 0 repeats | |
@tauon https://yowasp.org | |
Post #AjwEfVOVcgT8VUpxk8 by [email protected] | |
0 likes, 0 repeats | |
@whitequark yesssss! | |
Post #AjwFoK0DRl5ljiF408 by [email protected] | |
0 likes, 0 repeats | |
@whitequark cmon we all want a pthread shim based on coroutines and a run loop!… | |
Post #AjwGOfhMG9ILRwkpXc by [email protected] | |
0 likes, 0 repeats | |
@jevinskie coroutines: noSjLj: only from an inner to an outer frameWasm doesn&#… | |
Post #AjwHCMXzjjTuX74MCG by [email protected] | |
0 likes, 0 repeats | |
@whitequark womp womp :( | |
Post #AjwNEXSoigmOh64ISG by [email protected] | |
0 likes, 1 repeats | |
@whitequark “currently building even clang requires threads” I don’t thin… | |
Post #AjwNEXYqMHbGzmt6qe by [email protected] | |
0 likes, 0 repeats | |
@unsaturated quite literally they are | |
Post #AjwOPdTYo8D2TnGsoS by [email protected] | |
0 likes, 0 repeats | |
@whitequark ...huh... what about clang makes it need threads that doesn't d… | |
Post #AjwOPdZaRj1umU5hCq by [email protected] | |
0 likes, 0 repeats | |
@Gankra std::mutex | |
Post #AjwQ79u0DqVDSFxNHk by [email protected] | |
0 likes, 0 repeats | |
@Gankra @whitequark clang/LLVM currently require the c++ threading/synchronizat… | |
Post #AjwQ7A0jontFn96kme by [email protected] | |
0 likes, 0 repeats | |
@r @Gankra interestingly i don't think a no-op std::mutex impl is legal sin… | |
Post #AjwQ7A77R4zi6w5qjI by [email protected] | |
0 likes, 0 repeats | |
@whitequark @r wait but... you have a clang compiled to wasm already... i thoug… | |
Post #AjwQ7ACn5zX0OWkNZQ by [email protected] | |
0 likes, 0 repeats | |
@Gankra @r i wasmed a clang with a +threads sysroot but i then built a -threads… | |
Post #AjwQ7AISku4Ig7OuPY by [email protected] | |
0 likes, 0 repeats | |
@Gankra @r ... except this rabbit hole goes even deeper and weirder | |
Post #AjwQna5zE6mwr1n56G by [email protected] | |
0 likes, 0 repeats | |
@UkeBLCatboy @unsaturated "C lang[uage frontend]" | |
Post #AjwRT9wupPKpvRNEsS by [email protected] | |
0 likes, 0 repeats | |
@whitequark @Gankra actually, it looks like it is!> If lock is called by a t… | |
Post #AjwRV1VHCU9SJJKntw by [email protected] | |
0 likes, 0 repeats | |
@r @whitequark @Gankra Even without that, a non-thread-safe std::mutex implemen… | |
Post #AjwRV1beolFud6Jtqa by [email protected] | |
0 likes, 0 repeats | |
@sabik @r @Gankra but then you have to get it into libc++... | |
Post #AjxCsApDP9W5j8CYiG by [email protected] | |
0 likes, 0 repeats | |
@whitequark @unsaturated aha "If I speak with the tongues of men and of an… | |
Post #AjxCsAut443O0ir5YO by [email protected] | |
0 likes, 0 repeats | |
@UkeBLCatboy @unsaturated yes | |
Post #Ak2Qckubp1X0e54E0O by [email protected] | |
0 likes, 0 repeats | |
@r @Gankra ... I'll be damned. well I guess it is thenwanna write a libc++ … | |
Post #Ak2QcnIQxPmG2YEHQ0 by [email protected] | |
0 likes, 0 repeats | |
@whitequark @Gankra that sounds somewhat daunting, but maybe! | |
Post #Ak2QcnPAYNAINRNeuu by [email protected] | |
0 likes, 0 repeats | |
@whitequark @Gankra success!hacked together a dummy implementation of pthreads,… | |
Post #Ak2QcnUqDHhaf22Bl2 by [email protected] | |
0 likes, 0 repeats | |
@r @Gankra nice | |
Post #Ak2QcpBlv9dXuT7zJQ by [email protected] | |
0 likes, 0 repeats | |
@whitequark @Gankra not ready for upstreaming yet, but here: https://github.com… |