BLUE
Llux.rip

nope. termux works more akin to the chroot ecosystem. it still depends on bionic libc and, therefore, has worse software support. for instance, i was trying to compile a Rust project a few days ago, and after an update to the toolchain aws-lc-rs stopped compiling due to a libc compatibility issue

1
FDfideldestro.bsky.social

Thank you very very kindly! The work is very frontloaded, so creating the shader itself didn't really take that long in the grand scheme of things, but learning how and building the toolchain in the first place took some time, hahaha

0
BDfinardesemana.bsky.social

eu gosto bastante de haskell e queria aprender mais mas SEMPRE me da uma canseira pq a toolchain é uma bostaaaaAaaaaaaAa horripilante fétida terrível

1
Rrusttrending.bsky.social

biomejs / biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP. ★14742 github.com/biomejs/biome

biomejs / biome
biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

0

`actions-rs/cargo`を使う動機としてはエラーの出力をファンシーにするというのがあると認識していて、これは`CARGO_TERM_COLOR: always`である程度満たせる。 `actions-rs/toolchain`は基本的に`run: rustup toolchain install ${{ toolchain }} && rustup default ${{ toolchain […]

0
smalljet.bsky.social

Emscripten + cmake + vcpkg は環境変数 CC=emcc CXX=em++ を明示したうえで TOOLCHAIN を指定しないとうまく動かない感じなのか…😶(自信ない) #emscripten#vcpkg

0

Interesting guide explaining the Rust-based Soroban platform to realise applications based on Stellar's smart contracts. Very basic, but certainly a good starting point. #stellar#toolchain#Soroban#sdk#rust#rustlang#crypto#cryptocurrency#smartcontract#dapps#web3dapps […]

0
MDmhanwell.bsky.social

A long-delayed post about importing the standard library in C++ using the latest CMake 3.30 release and a recent Clang 18.1.8 toolchain. It works (mostly) and continues to improve! I linked to a few accompanying commits where you can see the details too cryos.net/2024/10/cmak...

CMake and import std
CMake and import std

Exploring recent advances in the import std progress for C++ modules in CMake/C++

0