▲ | BiteCode_dev 7 months ago | |||||||||||||||||||||||||
Maybe zig will become what rust is for python. But JS needs a better compiled extension story for that to happen. The absence of a standard like wheels makes everything difficult. | ||||||||||||||||||||||||||
▲ | DecoySalamander 7 months ago | parent [-] | |||||||||||||||||||||||||
I don't think that compiled extensions are a good solution for any particular task. Projects that need some code outside of JS ecosystem can compile it to WASM, project that need a lot of it should be done in that language instead. | ||||||||||||||||||||||||||
|