Platform Support
Any platform which is both supported by Rust and REAPER should work.
Important: extension plugins built for Windows must be built with MSVC.
The following are the canonical sources of truth for REAPER platform support:
Which can then be cross referenced against the Rust target list:
Or via rustc
from the terminal:
rustc --print target-list