rustc_codegen_clr icon indicating copy to clipboard operation
rustc_codegen_clr copied to clipboard

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects.

Results 15 rustc_codegen_clr issues
Sort by recently updated
recently updated
newest added

Hello, I'm excited about this project! However, I'm not sure how to get it up and running. Could you provide a quick guide or walkthrough for getting started, such as...

As part of back and forth on a [recent reddit thread](https://old.reddit.com/r/rust/comments/193llbd/the_rustc_backend_targeting_net_now_works_with/) where you got cargo integration (sort of) working by wrapping a shell script to `dotnet run %foo%.exe` the real...

**NOTE: This test report is for informational purposes only and does not suggest any immediate need for repair.** Following the instructions at https://github.com/FractalFir/rustc_codegen_clr/issues/25, I attempted to use `rustc_codegen_clr` with [opendal](https://github.com/apache/incubator-opendal)....

This is the issue tracking the progress of Rust/.NET interop. - [X] A way to pass class info to the backend - [X] Backend recognizes and handles classes properly -...

enhancement

This issue is related to the design of the Assembly Export API, and the new CLI exporter. There will also be a ILASM exporter, created manly for manual debugging. What...

Hi! I saw this project on reddit and was very excited; I've been trying to accomplish this exact project before and stalled multiple times due to realizing the amount of...

As on of the developer for C to .NET compiler https://github.com/fornever/cesium I notice that we can/have share potentially same issues when working on FFI with native world/existing libraries. So want...