Can I run Rust on an obscure platform with resource limitations and no publicly available toolchain implementation
maybe with tinygo, it was made for that
Please Login to reply.
Yeah I’m not implementing an entire compiler backend :/
technically you only need to write the part that takes the AST and generates code
i think clang makes this more possible