You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard Rust toolchain uses LLVM and should (?) support all targets and options that the existing LLVM toolchain uses. If this feature is hard to implement, then we need to redesign parts of ofrak_patch_maker to make it more generic.
Does the feature contain any proprietary information about another company's intellectual property?
No.
How would you implement this feature?
Adding a cargo/rust toolchain to ofrak_patch_maker.
Are there any (reasonable) alternative approaches?
Calling rustc directly is possible. I don't think Rust is designed around using it without Cargo, though I need to investigate this further.
Are you interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered:
What is the use case for the feature?
https://www.whitehouse.gov/oncd/briefing-room/2024/02/26/press-release-technical-report/
The standard Rust toolchain uses LLVM and should (?) support all targets and options that the existing LLVM toolchain uses. If this feature is hard to implement, then we need to redesign parts of
ofrak_patch_maker
to make it more generic.Does the feature contain any proprietary information about another company's intellectual property?
No.
How would you implement this feature?
Adding a cargo/rust toolchain to
ofrak_patch_maker
.Are there any (reasonable) alternative approaches?
Calling
rustc
directly is possible. I don't think Rust is designed around using it without Cargo, though I need to investigate this further.Are you interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered: