this stuff is exciting! i think i could use a similar approach to shim abandoned closed-source music plugins (win32 vst2) into to a format i can use on linux
even started looking into it (https://mastodon.social/@unspeaker/113324660678159093). suppose i statically link the required dlls' wine equivalents to the plugin? what can i use to adapt between 32 and 64 bit tho? i remember linux multiarch being a hassle
the vst2<->$modernpluginformat shim obj i guess i'd have to write myself (in rust no_std?)