buttplug-rs-ffi icon indicating copy to clipboard operation
buttplug-rs-ffi copied to clipboard

Add support for more platforms in the produced FFI binaries

Open qdot opened this issue 4 years ago • 2 comments

We should be able to support multiple platforms in our C# nuget package. However, this will require runtime platform detection and loading, which is going to be interesting to deal with.

Checklist for finished platforms:

  • [x] Windows x64
  • [ ] Windows x32
  • [ ] Linux x64
  • [ ] Linux ARM (RPi)
  • [ ] macOS x64
  • [ ] macOS ARM/M1

qdot avatar Dec 24 '20 04:12 qdot

I think this issue could be updated to be about the Java FFI (not that we'll have users of it for much longer)

We should already have mac and linux x64 at this point. We might want to consider adding mac/linux x32, and windows/linux arm64 to this list.

kitlith avatar Feb 07 '23 20:02 kitlith

Generalized the title at least.

qdot avatar Feb 07 '23 20:02 qdot